Class: Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb

Overview

Request message for KeyManagementService::UpdateCryptoKeyPrimaryVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key_version_idString

Returns The id of the child CryptoKeyVersion to use as primary.

Returns:



362
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 362

class UpdateCryptoKeyPrimaryVersionRequest; end

#nameString

Returns The resource name of the CryptoKey to update.

Returns:

  • (String)

    The resource name of the CryptoKey to update.



362
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 362

class UpdateCryptoKeyPrimaryVersionRequest; end