public interface PostgresqlSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPostgresqlTables(int index)
public abstract PostgresqlTable getPostgresqlTables(int index)Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlTable |
getPostgresqlTablesCount()
public abstract int getPostgresqlTablesCount()Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;
| Type | Description |
| int |
getPostgresqlTablesList()
public abstract List<PostgresqlTable> getPostgresqlTablesList()Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;
| Type | Description |
| List<PostgresqlTable> |
getPostgresqlTablesOrBuilder(int index)
public abstract PostgresqlTableOrBuilder getPostgresqlTablesOrBuilder(int index)Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlTableOrBuilder |
getPostgresqlTablesOrBuilderList()
public abstract List<? extends PostgresqlTableOrBuilder> getPostgresqlTablesOrBuilderList()Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.PostgresqlTableOrBuilder> |
getSchema()
public abstract String getSchema()Schema name.
string schema = 1;
| Type | Description |
| String | The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes()Schema name.
string schema = 1;
| Type | Description |
| ByteString | The bytes for schema. |