public interface PostgresqlTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PostgresqlColumn |
getPostgresqlColumns(int index)
PostgreSQL columns in the schema.
|
int |
getPostgresqlColumnsCount()
PostgreSQL columns in the schema.
|
List<PostgresqlColumn> |
getPostgresqlColumnsList()
PostgreSQL columns in the schema.
|
PostgresqlColumnOrBuilder |
getPostgresqlColumnsOrBuilder(int index)
PostgreSQL columns in the schema.
|
List<? extends PostgresqlColumnOrBuilder> |
getPostgresqlColumnsOrBuilderList()
PostgreSQL columns in the schema.
|
String |
getTable()
Table name.
|
com.google.protobuf.ByteString |
getTableBytes()
Table name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTable()
Table name.
string table = 1;com.google.protobuf.ByteString getTableBytes()
Table name.
string table = 1;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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.