Class: Google::Cloud::Dataplex::V1::GetEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetEncryptionConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/cmek.rb
Overview
Get EncryptionConfig Request
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the EncryptionConfig to fetch.
126 127 128 129 |
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 126 class GetEncryptionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |