Class: Google::Apis::DatastreamV1alpha1::DiscoverConnectionProfileResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1alpha1::DiscoverConnectionProfileResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1alpha1/classes.rb,
lib/google/apis/datastream_v1alpha1/representations.rb,
lib/google/apis/datastream_v1alpha1/representations.rb
Instance Attribute Summary collapse
-
#mysql_rdbms ⇒ Google::Apis::DatastreamV1alpha1::MysqlRdbms
MySQL database structure Corresponds to the JSON property
mysqlRdbms
. -
#oracle_rdbms ⇒ Google::Apis::DatastreamV1alpha1::OracleRdbms
Oracle database structure.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiscoverConnectionProfileResponse
constructor
A new instance of DiscoverConnectionProfileResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiscoverConnectionProfileResponse
Returns a new instance of DiscoverConnectionProfileResponse.
308 309 310 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 308 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mysql_rdbms ⇒ Google::Apis::DatastreamV1alpha1::MysqlRdbms
MySQL database structure
Corresponds to the JSON property mysqlRdbms
301 302 303 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 301 def mysql_rdbms @mysql_rdbms end |
#oracle_rdbms ⇒ Google::Apis::DatastreamV1alpha1::OracleRdbms
Oracle database structure.
Corresponds to the JSON property oracleRdbms
306 307 308 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 306 def oracle_rdbms @oracle_rdbms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
313 314 315 316 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 313 def update!(**args) @mysql_rdbms = args[:mysql_rdbms] if args.key?(:mysql_rdbms) @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms) end |