Uses of Class
com.google.cloud.datastream.v1alpha1.MysqlColumn
-
Packages that use MysqlColumn Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of MysqlColumn in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return MysqlColumn Modifier and Type Method Description MysqlColumnMysqlColumn.Builder. build()MysqlColumnMysqlColumn.Builder. buildPartial()static MysqlColumnMysqlColumn. getDefaultInstance()MysqlColumnMysqlColumn.Builder. getDefaultInstanceForType()MysqlColumnMysqlColumn. getDefaultInstanceForType()MysqlColumnMysqlTable.Builder. getMysqlColumns(int index)MySQL columns in the database.MysqlColumnMysqlTable. getMysqlColumns(int index)MySQL columns in the database.MysqlColumnMysqlTableOrBuilder. getMysqlColumns(int index)MySQL columns in the database.static MysqlColumnMysqlColumn. parseDelimitedFrom(InputStream input)static MysqlColumnMysqlColumn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlColumnMysqlColumn. parseFrom(byte[] data)static MysqlColumnMysqlColumn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlColumnMysqlColumn. parseFrom(com.google.protobuf.ByteString data)static MysqlColumnMysqlColumn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlColumnMysqlColumn. parseFrom(com.google.protobuf.CodedInputStream input)static MysqlColumnMysqlColumn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlColumnMysqlColumn. parseFrom(InputStream input)static MysqlColumnMysqlColumn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlColumnMysqlColumn. parseFrom(ByteBuffer data)static MysqlColumnMysqlColumn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type MysqlColumn Modifier and Type Method Description List<MysqlColumn>MysqlTable.Builder. getMysqlColumnsList()MySQL columns in the database.List<MysqlColumn>MysqlTable. getMysqlColumnsList()MySQL columns in the database.List<MysqlColumn>MysqlTableOrBuilder. getMysqlColumnsList()MySQL columns in the database.com.google.protobuf.Parser<MysqlColumn>MysqlColumn. getParserForType()static com.google.protobuf.Parser<MysqlColumn>MysqlColumn. parser()Methods in com.google.cloud.datastream.v1alpha1 with parameters of type MysqlColumn Modifier and Type Method Description MysqlTable.BuilderMysqlTable.Builder. addMysqlColumns(int index, MysqlColumn value)MySQL columns in the database.MysqlTable.BuilderMysqlTable.Builder. addMysqlColumns(MysqlColumn value)MySQL columns in the database.MysqlColumn.BuilderMysqlColumn.Builder. mergeFrom(MysqlColumn other)static MysqlColumn.BuilderMysqlColumn. newBuilder(MysqlColumn prototype)MysqlTable.BuilderMysqlTable.Builder. setMysqlColumns(int index, MysqlColumn value)MySQL columns in the database.Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type MysqlColumn Modifier and Type Method Description MysqlTable.BuilderMysqlTable.Builder. addAllMysqlColumns(Iterable<? extends MysqlColumn> values)MySQL columns in the database.
-