Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest (v0.25.1)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest.

Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#crypto_key_version_id

def crypto_key_version_id() -> ::String
Returns
  • (::String) — Required. The id of the child CryptoKeyVersion to use as primary.

#crypto_key_version_id=

def crypto_key_version_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the child CryptoKeyVersion to use as primary.
Returns
  • (::String) — Required. The id of the child CryptoKeyVersion to use as primary.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the CryptoKey to update.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the CryptoKey to update.
Returns
  • (::String) — Required. The resource name of the CryptoKey to update.