Class: Google::Apis::DatastreamV1::PostgresqlRdbms
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::PostgresqlRdbms
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb
Overview
PostgreSQL database structure.
Instance Attribute Summary collapse
-
#postgresql_schemas ⇒ Array<Google::Apis::DatastreamV1::PostgresqlSchema>
PostgreSQL schemas in the database server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PostgresqlRdbms
constructor
A new instance of PostgresqlRdbms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PostgresqlRdbms
Returns a new instance of PostgresqlRdbms.
2182 2183 2184 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2182 def initialize(**args) update!(**args) end |
Instance Attribute Details
#postgresql_schemas ⇒ Array<Google::Apis::DatastreamV1::PostgresqlSchema>
PostgreSQL schemas in the database server.
Corresponds to the JSON property postgresqlSchemas
2180 2181 2182 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2180 def postgresql_schemas @postgresql_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2187 2188 2189 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2187 def update!(**args) @postgresql_schemas = args[:postgresql_schemas] if args.key?(:postgresql_schemas) end |