Class: Google::Apis::OracledatabaseV1::GoldengateGoogleBigQueryConnectionProperties
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::GoldengateGoogleBigQueryConnectionProperties
- 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 GoldengateGoogleBigQueryConnectionProperties.
Instance Attribute Summary collapse
-
#service_account_key_file ⇒ String
Optional.
-
#technology_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoldengateGoogleBigQueryConnectionProperties
constructor
A new instance of GoldengateGoogleBigQueryConnectionProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoldengateGoogleBigQueryConnectionProperties
Returns a new instance of GoldengateGoogleBigQueryConnectionProperties.
5533 5534 5535 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5533 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_account_key_file ⇒ String
Optional. The service account key file Cloud Storage containing the
credentials required to use Google BigQuery.
Corresponds to the JSON property serviceAccountKeyFile
5526 5527 5528 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5526 def service_account_key_file @service_account_key_file end |
#technology_type ⇒ String
Optional. The technology type.
Corresponds to the JSON property technologyType
5531 5532 5533 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5531 def technology_type @technology_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5538 5539 5540 5541 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5538 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 |