Class: Google::Cloud::Kms::V1::UpdateAutokeyConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::UpdateAutokeyConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/autokey_admin.rb
Overview
Request message for UpdateAutokeyConfig.
Instance Attribute Summary collapse
-
#autokey_config ⇒ ::Google::Cloud::Kms::V1::AutokeyConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#autokey_config ⇒ ::Google::Cloud::Kms::V1::AutokeyConfig
Returns Required. AutokeyConfig with values to update.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 35 class UpdateAutokeyConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Masks which fields of the
AutokeyConfig to update, e.g.
keyProject
.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 35 class UpdateAutokeyConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |