Uses of Class
com.google.cloud.datastream.v1.PostgresqlSchema
-
Packages that use PostgresqlSchema Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of PostgresqlSchema in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return PostgresqlSchema Modifier and Type Method Description PostgresqlSchemaPostgresqlSchema.Builder. build()PostgresqlSchemaPostgresqlSchema.Builder. buildPartial()static PostgresqlSchemaPostgresqlSchema. getDefaultInstance()PostgresqlSchemaPostgresqlSchema.Builder. getDefaultInstanceForType()PostgresqlSchemaPostgresqlSchema. getDefaultInstanceForType()PostgresqlSchemaPostgresqlRdbms.Builder. getPostgresqlSchemas(int index)PostgreSQL schemas in the database server.PostgresqlSchemaPostgresqlRdbms. getPostgresqlSchemas(int index)PostgreSQL schemas in the database server.PostgresqlSchemaPostgresqlRdbmsOrBuilder. getPostgresqlSchemas(int index)PostgreSQL schemas in the database server.static PostgresqlSchemaPostgresqlSchema. parseDelimitedFrom(InputStream input)static PostgresqlSchemaPostgresqlSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlSchemaPostgresqlSchema. parseFrom(byte[] data)static PostgresqlSchemaPostgresqlSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlSchemaPostgresqlSchema. parseFrom(com.google.protobuf.ByteString data)static PostgresqlSchemaPostgresqlSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlSchemaPostgresqlSchema. parseFrom(com.google.protobuf.CodedInputStream input)static PostgresqlSchemaPostgresqlSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlSchemaPostgresqlSchema. parseFrom(InputStream input)static PostgresqlSchemaPostgresqlSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PostgresqlSchemaPostgresqlSchema. parseFrom(ByteBuffer data)static PostgresqlSchemaPostgresqlSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1 that return types with arguments of type PostgresqlSchema Modifier and Type Method Description com.google.protobuf.Parser<PostgresqlSchema>PostgresqlSchema. getParserForType()List<PostgresqlSchema>PostgresqlRdbms.Builder. getPostgresqlSchemasList()PostgreSQL schemas in the database server.List<PostgresqlSchema>PostgresqlRdbms. getPostgresqlSchemasList()PostgreSQL schemas in the database server.List<PostgresqlSchema>PostgresqlRdbmsOrBuilder. getPostgresqlSchemasList()PostgreSQL schemas in the database server.static com.google.protobuf.Parser<PostgresqlSchema>PostgresqlSchema. parser()Methods in com.google.cloud.datastream.v1 with parameters of type PostgresqlSchema Modifier and Type Method Description PostgresqlRdbms.BuilderPostgresqlRdbms.Builder. addPostgresqlSchemas(int index, PostgresqlSchema value)PostgreSQL schemas in the database server.PostgresqlRdbms.BuilderPostgresqlRdbms.Builder. addPostgresqlSchemas(PostgresqlSchema value)PostgreSQL schemas in the database server.PostgresqlSchema.BuilderPostgresqlSchema.Builder. mergeFrom(PostgresqlSchema other)static PostgresqlSchema.BuilderPostgresqlSchema. newBuilder(PostgresqlSchema prototype)PostgresqlRdbms.BuilderPostgresqlRdbms.Builder. setPostgresqlSchemas(int index, PostgresqlSchema value)PostgreSQL schemas in the database server.Method parameters in com.google.cloud.datastream.v1 with type arguments of type PostgresqlSchema Modifier and Type Method Description PostgresqlRdbms.BuilderPostgresqlRdbms.Builder. addAllPostgresqlSchemas(Iterable<? extends PostgresqlSchema> values)PostgreSQL schemas in the database server.
-