Uses of Class
com.google.cloud.datastream.v1.MysqlTable
-
Packages that use MysqlTable Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of MysqlTable in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return MysqlTable Modifier and Type Method Description MysqlTable
MysqlTable.Builder. build()
MysqlTable
MysqlTable.Builder. buildPartial()
static MysqlTable
MysqlTable. getDefaultInstance()
MysqlTable
MysqlTable.Builder. getDefaultInstanceForType()
MysqlTable
MysqlTable. getDefaultInstanceForType()
MysqlTable
MysqlDatabase.Builder. getMysqlTables(int index)
Tables in the database.MysqlTable
MysqlDatabase. getMysqlTables(int index)
Tables in the database.MysqlTable
MysqlDatabaseOrBuilder. getMysqlTables(int index)
Tables in the database.static MysqlTable
MysqlTable. parseDelimitedFrom(InputStream input)
static MysqlTable
MysqlTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlTable
MysqlTable. parseFrom(byte[] data)
static MysqlTable
MysqlTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlTable
MysqlTable. parseFrom(com.google.protobuf.ByteString data)
static MysqlTable
MysqlTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlTable
MysqlTable. parseFrom(com.google.protobuf.CodedInputStream input)
static MysqlTable
MysqlTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlTable
MysqlTable. parseFrom(InputStream input)
static MysqlTable
MysqlTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlTable
MysqlTable. parseFrom(ByteBuffer data)
static MysqlTable
MysqlTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type MysqlTable Modifier and Type Method Description List<MysqlTable>
MysqlDatabase.Builder. getMysqlTablesList()
Tables in the database.List<MysqlTable>
MysqlDatabase. getMysqlTablesList()
Tables in the database.List<MysqlTable>
MysqlDatabaseOrBuilder. getMysqlTablesList()
Tables in the database.com.google.protobuf.Parser<MysqlTable>
MysqlTable. getParserForType()
static com.google.protobuf.Parser<MysqlTable>
MysqlTable. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type MysqlTable Modifier and Type Method Description MysqlDatabase.Builder
MysqlDatabase.Builder. addMysqlTables(int index, MysqlTable value)
Tables in the database.MysqlDatabase.Builder
MysqlDatabase.Builder. addMysqlTables(MysqlTable value)
Tables in the database.MysqlTable.Builder
MysqlTable.Builder. mergeFrom(MysqlTable other)
static MysqlTable.Builder
MysqlTable. newBuilder(MysqlTable prototype)
MysqlDatabase.Builder
MysqlDatabase.Builder. setMysqlTables(int index, MysqlTable value)
Tables in the database.Method parameters in com.google.cloud.datastream.v1 with type arguments of type MysqlTable Modifier and Type Method Description MysqlDatabase.Builder
MysqlDatabase.Builder. addAllMysqlTables(Iterable<? extends MysqlTable> values)
Tables in the database.
-