Class: Google::Cloud::Dataplex::V1::DeleteEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteEncryptionConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/cmek.rb
Overview
Delete EncryptionConfig Request
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. Etag of the EncryptionConfig. This is a strong etag.
152 153 154 155 |
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 152 class DeleteEncryptionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the EncryptionConfig to delete.
152 153 154 155 |
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 152 class DeleteEncryptionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |