public interface PostgresqlTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPostgresqlColumns(int index)
public abstract PostgresqlColumn getPostgresqlColumns(int index)PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlColumn |
getPostgresqlColumnsCount()
public abstract int getPostgresqlColumnsCount()PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
| Type | Description |
| int |
getPostgresqlColumnsList()
public abstract List<PostgresqlColumn> getPostgresqlColumnsList()PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
| Type | Description |
| List<PostgresqlColumn> |
getPostgresqlColumnsOrBuilder(int index)
public abstract PostgresqlColumnOrBuilder getPostgresqlColumnsOrBuilder(int index)PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| PostgresqlColumnOrBuilder |
getPostgresqlColumnsOrBuilderList()
public abstract List<? extends PostgresqlColumnOrBuilder> getPostgresqlColumnsOrBuilderList()PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.PostgresqlColumnOrBuilder> |
getTable()
public abstract String getTable()Table name.
string table = 1;
| Type | Description |
| String | The table. |
getTableBytes()
public abstract ByteString getTableBytes()Table name.
string table = 1;
| Type | Description |
| ByteString | The bytes for table. |