Class: Google::Cloud::Datastream::V1::PostgresqlSchema

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 schema.

Instance Attribute Summary collapse

Instance Attribute Details

#postgresql_tables::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>

Returns Tables in the schema.

Returns:



510
511
512
513
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 510

class PostgresqlSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::String

Returns Schema name.

Returns:

  • (::String)

    Schema name.



510
511
512
513
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 510

class PostgresqlSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end