Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateEncryptionConfigRequest.
Update EncryptionConfig Request
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#encryption_config
def encryption_config() -> ::Google::Cloud::Dataplex::V1::EncryptionConfig
Returns
- (::Google::Cloud::Dataplex::V1::EncryptionConfig) — Required. The EncryptionConfig to update.
#encryption_config=
def encryption_config=(value) -> ::Google::Cloud::Dataplex::V1::EncryptionConfig
Parameter
- value (::Google::Cloud::Dataplex::V1::EncryptionConfig) — Required. The EncryptionConfig to update.
Returns
- (::Google::Cloud::Dataplex::V1::EncryptionConfig) — Required. The EncryptionConfig to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — 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).
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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).
Returns
- (::Google::Protobuf::FieldMask) — 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).