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.
-
#max_concurrent_backfill_tasks ⇒ ::Integer
Maximum number of concurrent backfill tasks.
-
#publication ⇒ ::String
Required.
-
#replication_slot ⇒ ::String
Required.
Instance Attribute Details
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
677 678 679 680 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 677 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
677 678 679 680 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 677 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_backfill_tasks ⇒ ::Integer
677 678 679 680 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 677 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publication ⇒ ::String
677 678 679 680 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 677 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replication_slot ⇒ ::String
677 678 679 680 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 677 class PostgresqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |