Class: Google::Cloud::NetApp::V1::UpdateKmsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::UpdateKmsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
UpdateKmsConfigRequest updates a KMS Config.
Instance Attribute Summary collapse
-
#kms_config ⇒ ::Google::Cloud::NetApp::V1::KmsConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#kms_config ⇒ ::Google::Cloud::NetApp::V1::KmsConfig
Returns Required. The KmsConfig being updated.
99 100 101 102 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 99 class UpdateKmsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the KmsConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
99 100 101 102 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 99 class UpdateKmsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |