Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::UpdateAutokeyConfigRequest.
Request message for UpdateAutokeyConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#autokey_config
def autokey_config() -> ::Google::Cloud::Kms::V1::AutokeyConfig
Returns
- (::Google::Cloud::Kms::V1::AutokeyConfig) — Required. AutokeyConfig with values to update.
#autokey_config=
def autokey_config=(value) -> ::Google::Cloud::Kms::V1::AutokeyConfig
Parameter
- value (::Google::Cloud::Kms::V1::AutokeyConfig) — Required. AutokeyConfig with values to update.
Returns
- (::Google::Cloud::Kms::V1::AutokeyConfig) — Required. AutokeyConfig with values to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. Masks which fields of the
AutokeyConfig to update, e.g.
keyProject
.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. Masks which fields of the
AutokeyConfig to update, e.g.
keyProject
.
Returns
-
(::Google::Protobuf::FieldMask) — Required. Masks which fields of the
AutokeyConfig to update, e.g.
keyProject
.