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