public interface PostgresqlRdbmsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPostgresqlSchemas(int index)
public abstract PostgresqlSchema getPostgresqlSchemas(int index)PostgreSQL schemas in the database server.
repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlSchema |
getPostgresqlSchemasCount()
public abstract int getPostgresqlSchemasCount()PostgreSQL schemas in the database server.
repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;
| Type | Description |
| int |
getPostgresqlSchemasList()
public abstract List<PostgresqlSchema> getPostgresqlSchemasList()PostgreSQL schemas in the database server.
repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;
| Type | Description |
| List<PostgresqlSchema> |
getPostgresqlSchemasOrBuilder(int index)
public abstract PostgresqlSchemaOrBuilder getPostgresqlSchemasOrBuilder(int index)PostgreSQL schemas in the database server.
repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlSchemaOrBuilder |
getPostgresqlSchemasOrBuilderList()
public abstract List<? extends PostgresqlSchemaOrBuilder> getPostgresqlSchemasOrBuilderList()PostgreSQL schemas in the database server.
repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.PostgresqlSchemaOrBuilder> |