Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Overview
Metadata for initializing a location-level encryption specification.
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
The request to initialize a location-level encryption specification.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
constructor
A new instance of GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
Returns a new instance of GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata.
16701 16702 16703 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16701 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
The request to initialize a location-level encryption specification.
Corresponds to the JSON property request
16699 16700 16701 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16699 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16706 16707 16708 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16706 def update!(**args) @request = args[:request] if args.key?(:request) end |