Class: Google::Apis::OracledatabaseV1::GoldengateGoogleCloudStorageConnectionProperties
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::GoldengateGoogleCloudStorageConnectionProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
The properties of GoldengateGoogleCloudStorageConnectionProperties.
Instance Attribute Summary collapse
-
#service_account_key_file ⇒ String
Optional.
-
#technology_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoldengateGoogleCloudStorageConnectionProperties
constructor
A new instance of GoldengateGoogleCloudStorageConnectionProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoldengateGoogleCloudStorageConnectionProperties
Returns a new instance of GoldengateGoogleCloudStorageConnectionProperties.
5559 5560 5561 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5559 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_account_key_file ⇒ String
Optional. The service account key Cloud Storage file containing the
credentials required to use Google Cloud Storage.
Corresponds to the JSON property serviceAccountKeyFile
5552 5553 5554 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5552 def service_account_key_file @service_account_key_file end |
#technology_type ⇒ String
Optional. The technology type.
Corresponds to the JSON property technologyType
5557 5558 5559 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5557 def technology_type @technology_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5564 5565 5566 5567 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5564 def update!(**args) @service_account_key_file = args[:service_account_key_file] if args.key?(:service_account_key_file) @technology_type = args[:technology_type] if args.key?(:technology_type) end |