Class: Google::Cloud::Datastream::V1::PostgresqlRdbms

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 database structure.

Instance Attribute Summary collapse

Instance Attribute Details

#postgresql_schemas::Array<::Google::Cloud::Datastream::V1::PostgresqlSchema>

Returns PostgreSQL schemas in the database server.

Returns:



519
520
521
522
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 519

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