Class: Google::Apis::CloudkmsV1::UpdateCryptoKeyPrimaryVersionRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudkms_v1/classes.rb,
generated/google/apis/cloudkms_v1/representations.rb,
generated/google/apis/cloudkms_v1/representations.rb

Overview

Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateCryptoKeyPrimaryVersionRequest

Returns a new instance of UpdateCryptoKeyPrimaryVersionRequest.



1643
1644
1645
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 1643

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#crypto_key_version_idString

Required. The id of the child CryptoKeyVersion to use as primary. Corresponds to the JSON property cryptoKeyVersionId

Returns:

  • (String)


1641
1642
1643
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 1641

def crypto_key_version_id
  @crypto_key_version_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1648
1649
1650
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 1648

def update!(**args)
  @crypto_key_version_id = args[:crypto_key_version_id] if args.key?(:crypto_key_version_id)
end