Uses of Class
com.google.cloud.datastream.v1.PostgresqlColumn
-
Packages that use PostgresqlColumn Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of PostgresqlColumn in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return PostgresqlColumn Modifier and Type Method Description PostgresqlColumnPostgresqlColumn.Builder. build()PostgresqlColumnPostgresqlColumn.Builder. buildPartial()static PostgresqlColumnPostgresqlColumn. getDefaultInstance()PostgresqlColumnPostgresqlColumn.Builder. getDefaultInstanceForType()PostgresqlColumnPostgresqlColumn. getDefaultInstanceForType()PostgresqlColumnPostgresqlTable.Builder. getPostgresqlColumns(int index)PostgreSQL columns in the schema.PostgresqlColumnPostgresqlTable. getPostgresqlColumns(int index)PostgreSQL columns in the schema.PostgresqlColumnPostgresqlTableOrBuilder. getPostgresqlColumns(int index)PostgreSQL columns in the schema.static PostgresqlColumnPostgresqlColumn. parseDelimitedFrom(InputStream input)static PostgresqlColumnPostgresqlColumn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlColumnPostgresqlColumn. parseFrom(byte[] data)static PostgresqlColumnPostgresqlColumn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlColumnPostgresqlColumn. parseFrom(com.google.protobuf.ByteString data)static PostgresqlColumnPostgresqlColumn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlColumnPostgresqlColumn. parseFrom(com.google.protobuf.CodedInputStream input)static PostgresqlColumnPostgresqlColumn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlColumnPostgresqlColumn. parseFrom(InputStream input)static PostgresqlColumnPostgresqlColumn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlColumnPostgresqlColumn. parseFrom(ByteBuffer data)static PostgresqlColumnPostgresqlColumn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1 that return types with arguments of type PostgresqlColumn Modifier and Type Method Description com.google.protobuf.Parser<PostgresqlColumn>PostgresqlColumn. getParserForType()List<PostgresqlColumn>PostgresqlTable.Builder. getPostgresqlColumnsList()PostgreSQL columns in the schema.List<PostgresqlColumn>PostgresqlTable. getPostgresqlColumnsList()PostgreSQL columns in the schema.List<PostgresqlColumn>PostgresqlTableOrBuilder. getPostgresqlColumnsList()PostgreSQL columns in the schema.static com.google.protobuf.Parser<PostgresqlColumn>PostgresqlColumn. parser()Methods in com.google.cloud.datastream.v1 with parameters of type PostgresqlColumn Modifier and Type Method Description PostgresqlTable.BuilderPostgresqlTable.Builder. addPostgresqlColumns(int index, PostgresqlColumn value)PostgreSQL columns in the schema.PostgresqlTable.BuilderPostgresqlTable.Builder. addPostgresqlColumns(PostgresqlColumn value)PostgreSQL columns in the schema.PostgresqlColumn.BuilderPostgresqlColumn.Builder. mergeFrom(PostgresqlColumn other)static PostgresqlColumn.BuilderPostgresqlColumn. newBuilder(PostgresqlColumn prototype)PostgresqlTable.BuilderPostgresqlTable.Builder. setPostgresqlColumns(int index, PostgresqlColumn value)PostgreSQL columns in the schema.Method parameters in com.google.cloud.datastream.v1 with type arguments of type PostgresqlColumn Modifier and Type Method Description PostgresqlTable.BuilderPostgresqlTable.Builder. addAllPostgresqlColumns(Iterable<? extends PostgresqlColumn> values)PostgreSQL columns in the schema.
-