Uses of Class
com.google.cloud.datastream.v1alpha1.MysqlTable
-
Packages that use MysqlTable Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of MysqlTable in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return MysqlTable Modifier and Type Method Description MysqlTableMysqlTable.Builder. build()MysqlTableMysqlTable.Builder. buildPartial()static MysqlTableMysqlTable. getDefaultInstance()MysqlTableMysqlTable.Builder. getDefaultInstanceForType()MysqlTableMysqlTable. getDefaultInstanceForType()MysqlTableMysqlDatabase.Builder. getMysqlTables(int index)Tables in the database.MysqlTableMysqlDatabase. getMysqlTables(int index)Tables in the database.MysqlTableMysqlDatabaseOrBuilder. getMysqlTables(int index)Tables in the database.static MysqlTableMysqlTable. parseDelimitedFrom(InputStream input)static MysqlTableMysqlTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlTableMysqlTable. parseFrom(byte[] data)static MysqlTableMysqlTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlTableMysqlTable. parseFrom(com.google.protobuf.ByteString data)static MysqlTableMysqlTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlTableMysqlTable. parseFrom(com.google.protobuf.CodedInputStream input)static MysqlTableMysqlTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlTableMysqlTable. parseFrom(InputStream input)static MysqlTableMysqlTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlTableMysqlTable. parseFrom(ByteBuffer data)static MysqlTableMysqlTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 with parameters of type MysqlTable Modifier and Type Method Description MysqlDatabase.BuilderMysqlDatabase.Builder. addMysqlTables(int index, MysqlTable value)Tables in the database.MysqlDatabase.BuilderMysqlDatabase.Builder. addMysqlTables(MysqlTable value)Tables in the database.MysqlTable.BuilderMysqlTable.Builder. mergeFrom(MysqlTable other)static MysqlTable.BuilderMysqlTable. newBuilder(MysqlTable prototype)MysqlDatabase.BuilderMysqlDatabase.Builder. setMysqlTables(int index, MysqlTable value)Tables in the database.Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type MysqlTable Modifier and Type Method Description MysqlDatabase.BuilderMysqlDatabase.Builder. addAllMysqlTables(Iterable<? extends MysqlTable> values)Tables in the database.
-