Class: Google::Cloud::Dataplex::V1::UpdateEncryptionConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#encryption_config::Google::Cloud::Dataplex::V1::EncryptionConfig

Returns Required. The EncryptionConfig to update.

Returns:



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).

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).



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