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