Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata

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

Overview

Metadata for initializing a location-level encryption specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata

Returns a new instance of GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata.



15332
15333
15334
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15332

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

Instance Attribute Details

#requestGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest

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



15330
15331
15332
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15330

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15337
15338
15339
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15337

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