Interface PostgresqlSchemaOrBuilder (1.15.0)

public interface PostgresqlSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPostgresqlTables(int index)

public abstract PostgresqlTable getPostgresqlTables(int index)

Tables in the schema.

repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlTable

getPostgresqlTablesCount()

public abstract int getPostgresqlTablesCount()

Tables in the schema.

repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;

Returns
TypeDescription
int

getPostgresqlTablesList()

public abstract List<PostgresqlTable> getPostgresqlTablesList()

Tables in the schema.

repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;

Returns
TypeDescription
List<PostgresqlTable>

getPostgresqlTablesOrBuilder(int index)

public abstract PostgresqlTableOrBuilder getPostgresqlTablesOrBuilder(int index)

Tables in the schema.

repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlTableOrBuilder

getPostgresqlTablesOrBuilderList()

public abstract List<? extends PostgresqlTableOrBuilder> getPostgresqlTablesOrBuilderList()

Tables in the schema.

repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;

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

getSchema()

public abstract String getSchema()

Schema name.

string schema = 1;

Returns
TypeDescription
String

The schema.

getSchemaBytes()

public abstract ByteString getSchemaBytes()

Schema name.

string schema = 1;

Returns
TypeDescription
ByteString

The bytes for schema.