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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key_version_id::String

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

Returns:

  • (::String)

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



504
505
506
507
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 504

class UpdateCryptoKeyPrimaryVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The resource name of the CryptoKey to update.

Returns:

  • (::String)

    Required. The resource name of the CryptoKey to update.



504
505
506
507
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 504

class UpdateCryptoKeyPrimaryVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end