Interface PostgresqlTableOrBuilder (1.40.0)

public interface PostgresqlTableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1.PostgresqlColumnOrBuilder>

getTable()

public abstract String getTable()

Table name.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

Table name.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.