Class: Google::Cloud::Datastream::V1::PostgresqlRdbms
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlRdbms
- 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
-
#postgresql_schemas ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlSchema>
PostgreSQL schemas in the database server.
Instance Attribute Details
#postgresql_schemas ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlSchema>
Returns PostgreSQL schemas in the database server.
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 |