Class: Google::Cloud::Dialogflow::V2::GetEncryptionSpecRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/encryption_spec.rb

Overview

The request to get location-level encryption specification.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the encryption spec resource to get.

Returns:

  • (::String)

    Required. The name of the encryption spec resource to get.



28
29
30
31
# File 'proto_docs/google/cloud/dialogflow/v2/encryption_spec.rb', line 28

class GetEncryptionSpecRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end