Class: Google::Cloud::Dataplex::V1::UpdateEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateEncryptionConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/cmek.rb
Overview
Update EncryptionConfig Request
Instance Attribute Summary collapse
-
#encryption_config ⇒ ::Google::Cloud::Dataplex::V1::EncryptionConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#encryption_config ⇒ ::Google::Cloud::Dataplex::V1::EncryptionConfig
Returns Required. The EncryptionConfig to update.
140 141 142 143 |
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 140 class UpdateEncryptionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
140 141 142 143 |
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 140 class UpdateEncryptionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |