Class: Google::Apis::DataprocV1::GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/representations.rb
Overview
Encryption settings for the encrypting customer core content. NEXT ID: 2
Instance Attribute Summary collapse
-
#kms_key ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
constructor
A new instance of GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
Returns a new instance of GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.
1966 1967 1968 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1966 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kms_key ⇒ String
Optional. The Cloud KMS key name to use for encrypting customer core content.
Corresponds to the JSON property kmsKey
1964 1965 1966 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1964 def kms_key @kms_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1971 1972 1973 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1971 def update!(**args) @kms_key = args[:kms_key] if args.key?(:kms_key) end |