Class: Google::Apis::DatastreamV1::PostgresqlRdbms

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PostgresqlRdbms

Returns a new instance of PostgresqlRdbms.



1988
1989
1990
# File 'lib/google/apis/datastream_v1/classes.rb', line 1988

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#postgresql_schemasArray<Google::Apis::DatastreamV1::PostgresqlSchema>

PostgreSQL schemas in the database server. Corresponds to the JSON property postgresqlSchemas



1986
1987
1988
# File 'lib/google/apis/datastream_v1/classes.rb', line 1986

def postgresql_schemas
  @postgresql_schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1993
1994
1995
# File 'lib/google/apis/datastream_v1/classes.rb', line 1993

def update!(**args)
  @postgresql_schemas = args[:postgresql_schemas] if args.key?(:postgresql_schemas)
end