Class: Google::Cloud::Datastream::V1::PostgresqlSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
PostgreSQL data source configuration
Instance Attribute Summary collapse
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
PostgreSQL objects to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
PostgreSQL objects to include in the stream.
-
#publication ⇒ ::String
Required.
-
#replication_slot ⇒ ::String
Required.
Instance Attribute Details
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
Returns PostgreSQL objects to exclude from the stream.
532 533 534 535 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 532 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
Returns PostgreSQL objects to include in the stream.
532 533 534 535 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 532 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publication ⇒ ::String
Returns Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.
532 533 534 535 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 532 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replication_slot ⇒ ::String
Returns Required. The name of the logical replication slot that's configured with the pgoutput plugin.
532 533 534 535 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 532 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |