Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::UpdateCryptoKeyVersionRequest.
Request message for KeyManagementService.UpdateCryptoKeyVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#crypto_key_version
def crypto_key_version() -> ::Google::Cloud::Kms::V1::CryptoKeyVersion
Returns
- (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. CryptoKeyVersion with updated values.
#crypto_key_version=
def crypto_key_version=(value) -> ::Google::Cloud::Kms::V1::CryptoKeyVersion
Parameter
- value (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. CryptoKeyVersion with updated values.
Returns
- (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. CryptoKeyVersion 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.