Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Overview

Metadata for initializing a location-level encryption specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata

Returns a new instance of GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata.



15479
15480
15481
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15479

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#requestGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest

The request to initialize a location-level encryption specification. Corresponds to the JSON property request



15477
15478
15479
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15477

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15484
15485
15486
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15484

def update!(**args)
  @request = args[:request] if args.key?(:request)
end