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.
1973 1974 1975 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 1973 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
1971 1972 1973 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 1971 def postgresql_schemas @postgresql_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1978 1979 1980 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 1978 def update!(**args) @postgresql_schemas = args[:postgresql_schemas] if args.key?(:postgresql_schemas) end |