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 PostgresqlSchema
PostgresqlSchema.Builder. build()
PostgresqlSchema
PostgresqlSchema.Builder. buildPartial()
static PostgresqlSchema
PostgresqlSchema. getDefaultInstance()
PostgresqlSchema
PostgresqlSchema.Builder. getDefaultInstanceForType()
PostgresqlSchema
PostgresqlSchema. getDefaultInstanceForType()
PostgresqlSchema
PostgresqlRdbms.Builder. getPostgresqlSchemas(int index)
PostgreSQL schemas in the database server.PostgresqlSchema
PostgresqlRdbms. getPostgresqlSchemas(int index)
PostgreSQL schemas in the database server.PostgresqlSchema
PostgresqlRdbmsOrBuilder. getPostgresqlSchemas(int index)
PostgreSQL schemas in the database server.static PostgresqlSchema
PostgresqlSchema. parseDelimitedFrom(InputStream input)
static PostgresqlSchema
PostgresqlSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlSchema
PostgresqlSchema. parseFrom(byte[] data)
static PostgresqlSchema
PostgresqlSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlSchema
PostgresqlSchema. parseFrom(com.google.protobuf.ByteString data)
static PostgresqlSchema
PostgresqlSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlSchema
PostgresqlSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static PostgresqlSchema
PostgresqlSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlSchema
PostgresqlSchema. parseFrom(InputStream input)
static PostgresqlSchema
PostgresqlSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PostgresqlSchema
PostgresqlSchema. parseFrom(ByteBuffer data)
static PostgresqlSchema
PostgresqlSchema. 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.Builder
PostgresqlRdbms.Builder. addPostgresqlSchemas(int index, PostgresqlSchema value)
PostgreSQL schemas in the database server.PostgresqlRdbms.Builder
PostgresqlRdbms.Builder. addPostgresqlSchemas(PostgresqlSchema value)
PostgreSQL schemas in the database server.PostgresqlSchema.Builder
PostgresqlSchema.Builder. mergeFrom(PostgresqlSchema other)
static PostgresqlSchema.Builder
PostgresqlSchema. newBuilder(PostgresqlSchema prototype)
PostgresqlRdbms.Builder
PostgresqlRdbms.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.Builder
PostgresqlRdbms.Builder. addAllPostgresqlSchemas(Iterable<? extends PostgresqlSchema> values)
PostgreSQL schemas in the database server.
-