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 PostgresqlColumn
PostgresqlColumn.Builder. build()
PostgresqlColumn
PostgresqlColumn.Builder. buildPartial()
static PostgresqlColumn
PostgresqlColumn. getDefaultInstance()
PostgresqlColumn
PostgresqlColumn.Builder. getDefaultInstanceForType()
PostgresqlColumn
PostgresqlColumn. getDefaultInstanceForType()
PostgresqlColumn
PostgresqlTable.Builder. getPostgresqlColumns(int index)
PostgreSQL columns in the schema.PostgresqlColumn
PostgresqlTable. getPostgresqlColumns(int index)
PostgreSQL columns in the schema.PostgresqlColumn
PostgresqlTableOrBuilder. getPostgresqlColumns(int index)
PostgreSQL columns in the schema.static PostgresqlColumn
PostgresqlColumn. parseDelimitedFrom(InputStream input)
static PostgresqlColumn
PostgresqlColumn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlColumn
PostgresqlColumn. parseFrom(byte[] data)
static PostgresqlColumn
PostgresqlColumn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlColumn
PostgresqlColumn. parseFrom(com.google.protobuf.ByteString data)
static PostgresqlColumn
PostgresqlColumn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlColumn
PostgresqlColumn. parseFrom(com.google.protobuf.CodedInputStream input)
static PostgresqlColumn
PostgresqlColumn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlColumn
PostgresqlColumn. parseFrom(InputStream input)
static PostgresqlColumn
PostgresqlColumn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlColumn
PostgresqlColumn. parseFrom(ByteBuffer data)
static PostgresqlColumn
PostgresqlColumn. 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.Builder
PostgresqlTable.Builder. addPostgresqlColumns(int index, PostgresqlColumn value)
PostgreSQL columns in the schema.PostgresqlTable.Builder
PostgresqlTable.Builder. addPostgresqlColumns(PostgresqlColumn value)
PostgreSQL columns in the schema.PostgresqlColumn.Builder
PostgresqlColumn.Builder. mergeFrom(PostgresqlColumn other)
static PostgresqlColumn.Builder
PostgresqlColumn. newBuilder(PostgresqlColumn prototype)
PostgresqlTable.Builder
PostgresqlTable.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.Builder
PostgresqlTable.Builder. addAllPostgresqlColumns(Iterable<? extends PostgresqlColumn> values)
PostgreSQL columns in the schema.
-