public interface PostgresqlSourceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PostgresqlRdbms |
getExcludeObjects()
PostgreSQL objects to exclude from the stream.
|
PostgresqlRdbmsOrBuilder |
getExcludeObjectsOrBuilder()
PostgreSQL objects to exclude from the stream.
|
PostgresqlRdbms |
getIncludeObjects()
PostgreSQL objects to include in the stream.
|
PostgresqlRdbmsOrBuilder |
getIncludeObjectsOrBuilder()
PostgreSQL objects to include in the stream.
|
String |
getPublication()
Required.
|
com.google.protobuf.ByteString |
getPublicationBytes()
Required.
|
String |
getReplicationSlot()
Required.
|
com.google.protobuf.ByteString |
getReplicationSlotBytes()
Required.
|
boolean |
hasExcludeObjects()
PostgreSQL objects to exclude from the stream.
|
boolean |
hasIncludeObjects()
PostgreSQL objects to include in the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIncludeObjects()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;PostgresqlRdbms getIncludeObjects()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;PostgresqlRdbmsOrBuilder getIncludeObjectsOrBuilder()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;boolean hasExcludeObjects()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;PostgresqlRdbms getExcludeObjects()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;PostgresqlRdbmsOrBuilder getExcludeObjectsOrBuilder()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;String getReplicationSlot()
Required. The name of the logical replication slot that's configured with the pgoutput plugin.
string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReplicationSlotBytes()
Required. The name of the logical replication slot that's configured with the pgoutput plugin.
string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED];String getPublication()
Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.
string publication = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPublicationBytes()
Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.
string publication = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.