Class: Google::Cloud::Dialogflow::V2::GetEncryptionSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetEncryptionSpecRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |