Class: Google::Cloud::Datastream::V1::PostgresqlSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlSchema
- 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
-
#postgresql_tables ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>
Tables in the schema.
-
#schema ⇒ ::String
Schema name.
Instance Attribute Details
#postgresql_tables ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>
Returns Tables in the schema.
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.
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 |