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 PostgresqlTablePostgresqlTable.Builder. build()PostgresqlTablePostgresqlTable.Builder. buildPartial()static PostgresqlTablePostgresqlTable. getDefaultInstance()PostgresqlTablePostgresqlTable.Builder. getDefaultInstanceForType()PostgresqlTablePostgresqlTable. getDefaultInstanceForType()PostgresqlTablePostgresqlSchema.Builder. getPostgresqlTables(int index)Tables in the schema.PostgresqlTablePostgresqlSchema. getPostgresqlTables(int index)Tables in the schema.PostgresqlTablePostgresqlSchemaOrBuilder. getPostgresqlTables(int index)Tables in the schema.static PostgresqlTablePostgresqlTable. parseDelimitedFrom(InputStream input)static PostgresqlTablePostgresqlTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlTablePostgresqlTable. parseFrom(byte[] data)static PostgresqlTablePostgresqlTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlTablePostgresqlTable. parseFrom(com.google.protobuf.ByteString data)static PostgresqlTablePostgresqlTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlTablePostgresqlTable. parseFrom(com.google.protobuf.CodedInputStream input)static PostgresqlTablePostgresqlTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlTablePostgresqlTable. parseFrom(InputStream input)static PostgresqlTablePostgresqlTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlTablePostgresqlTable. parseFrom(ByteBuffer data)static PostgresqlTablePostgresqlTable. 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.BuilderPostgresqlSchema.Builder. addPostgresqlTables(int index, PostgresqlTable value)Tables in the schema.PostgresqlSchema.BuilderPostgresqlSchema.Builder. addPostgresqlTables(PostgresqlTable value)Tables in the schema.PostgresqlTable.BuilderPostgresqlTable.Builder. mergeFrom(PostgresqlTable other)static PostgresqlTable.BuilderPostgresqlTable. newBuilder(PostgresqlTable prototype)PostgresqlSchema.BuilderPostgresqlSchema.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.BuilderPostgresqlSchema.Builder. addAllPostgresqlTables(Iterable<? extends PostgresqlTable> values)Tables in the schema.
-