Class: Google::Cloud::Dialogflow::V2::InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::InitializeEncryptionSpecMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/encryption_spec.rb
Overview
Metadata for initializing a location-level encryption specification.
Instance Attribute Summary collapse
-
#request ⇒ ::Google::Cloud::Dialogflow::V2::InitializeEncryptionSpecRequest
readonly
Output only.
Instance Attribute Details
#request ⇒ ::Google::Cloud::Dialogflow::V2::InitializeEncryptionSpecRequest (readonly)
Returns Output only. The original request for initialization.
74 75 76 77 |
# File 'proto_docs/google/cloud/dialogflow/v2/encryption_spec.rb', line 74 class InitializeEncryptionSpecMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |