Class: Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.
Instance Attribute Summary collapse
-
#crypto_key_version_id ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#crypto_key_version_id ⇒ ::String
Returns Required. The id of the child CryptoKeyVersion to use as primary.
525 526 527 528 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 525 class UpdateCryptoKeyPrimaryVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |