Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::UpdateCryptoKeyRequest.
Request message for KeyManagementService.UpdateCryptoKey.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#crypto_key
def crypto_key() -> ::Google::Cloud::Kms::V1::CryptoKey
Returns
- (::Google::Cloud::Kms::V1::CryptoKey) — Required. CryptoKey with updated values.
#crypto_key=
def crypto_key=(value) -> ::Google::Cloud::Kms::V1::CryptoKey
Parameter
- value (::Google::Cloud::Kms::V1::CryptoKey) — Required. CryptoKey with updated values.
Returns
- (::Google::Cloud::Kms::V1::CryptoKey) — Required. CryptoKey with updated values.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.