public interface PostgresqlTableOrBuilder extends MessageOrBuilder
Implements
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.events.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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.events.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
Returns | |
---|---|
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.events.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
Returns | |
---|---|
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.events.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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.events.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.datastream.v1.PostgresqlColumnOrBuilder> |
getTable()
public abstract String getTable()
Table name.
string table = 1;
Returns | |
---|---|
Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()
Table name.
string table = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for table. |