Class: Google::Cloud::Datastream::V1::PostgresqlSourceConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#exclude_objects::Google::Cloud::Datastream::V1::PostgresqlRdbms

Returns PostgreSQL objects to exclude from the stream.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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