- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public interface PostgresqlSourceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExcludeObjects()
public abstract PostgresqlRdbms getExcludeObjects()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;
Type | Description |
PostgresqlRdbms | The excludeObjects. |
getExcludeObjectsOrBuilder()
public abstract PostgresqlRdbmsOrBuilder getExcludeObjectsOrBuilder()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;
Type | Description |
PostgresqlRdbmsOrBuilder |
getIncludeObjects()
public abstract PostgresqlRdbms getIncludeObjects()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;
Type | Description |
PostgresqlRdbms | The includeObjects. |
getIncludeObjectsOrBuilder()
public abstract PostgresqlRdbmsOrBuilder getIncludeObjectsOrBuilder()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;
Type | Description |
PostgresqlRdbmsOrBuilder |
getPublication()
public abstract 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];
Type | Description |
String | The publication. |
getPublicationBytes()
public abstract 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];
Type | Description |
ByteString | The bytes for publication. |
getReplicationSlot()
public abstract 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];
Type | Description |
String | The replicationSlot. |
getReplicationSlotBytes()
public abstract 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];
Type | Description |
ByteString | The bytes for replicationSlot. |
hasExcludeObjects()
public abstract boolean hasExcludeObjects()
PostgreSQL objects to exclude from the stream.
.google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;
Type | Description |
boolean | Whether the excludeObjects field is set. |
hasIncludeObjects()
public abstract boolean hasIncludeObjects()
PostgreSQL objects to include in the stream.
.google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;
Type | Description |
boolean | Whether the includeObjects field is set. |