Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Request for the SwitchEncryption rpc
Instance Attribute Summary collapse
-
#cloud_kms_config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig
Configuration information for Client's Cloud KMS information Corresponds to the JSON property
cloudKmsConfig
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest.
10575 10576 10577 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10575 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_kms_config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig
Configuration information for Client's Cloud KMS information
Corresponds to the JSON property cloudKmsConfig
10573 10574 10575 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10573 def cloud_kms_config @cloud_kms_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10580 10581 10582 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10580 def update!(**args) @cloud_kms_config = args[:cloud_kms_config] if args.key?(:cloud_kms_config) end |