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