public interface PostgresqlSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PostgresqlTable |
getPostgresqlTables(int index)
Tables in the schema.
|
int |
getPostgresqlTablesCount()
Tables in the schema.
|
List<PostgresqlTable> |
getPostgresqlTablesList()
Tables in the schema.
|
PostgresqlTableOrBuilder |
getPostgresqlTablesOrBuilder(int index)
Tables in the schema.
|
List<? extends PostgresqlTableOrBuilder> |
getPostgresqlTablesOrBuilderList()
Tables in the schema.
|
String |
getSchema()
Schema name.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Schema name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Schema name.
string schema = 1;com.google.protobuf.ByteString getSchemaBytes()
Schema name.
string schema = 1;List<PostgresqlTable> getPostgresqlTablesList()
Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;PostgresqlTable getPostgresqlTables(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;int getPostgresqlTablesCount()
Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;List<? extends PostgresqlTableOrBuilder> getPostgresqlTablesOrBuilderList()
Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;PostgresqlTableOrBuilder getPostgresqlTablesOrBuilder(int index)
Tables in the schema.
repeated .google.cloud.datastream.v1.PostgresqlTable postgresql_tables = 2;Copyright © 2022 Google LLC. All rights reserved.