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.



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

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



1983
1984
1985
# File 'lib/google/apis/datastream_v1/classes.rb', line 1983

def postgresql_schemas
  @postgresql_schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1990
1991
1992
# File 'lib/google/apis/datastream_v1/classes.rb', line 1990

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