Class: Google::Cloud::Kms::V1::UpdateCryptoKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::UpdateCryptoKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.UpdateCryptoKey.
Instance Attribute Summary collapse
-
#crypto_key ⇒ ::Google::Cloud::Kms::V1::CryptoKey
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#crypto_key ⇒ ::Google::Cloud::Kms::V1::CryptoKey
Returns Required. CryptoKey with updated values.
496 497 498 499 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 496 class UpdateCryptoKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields to be updated in this request.
496 497 498 499 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 496 class UpdateCryptoKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |