Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Overview
Metadata for initializing a location-level encryption specification.
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
The request to initialize a location-level encryption specification.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
constructor
A new instance of GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
Returns a new instance of GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata.
8754 8755 8756 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8754 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
The request to initialize a location-level encryption specification.
Corresponds to the JSON property request
8752 8753 8754 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8752 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8759 8760 8761 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8759 def update!(**args) @request = args[:request] if args.key?(:request) end |