Class: Google::Cloud::Kms::V1::RestoreCryptoKeyVersionRequest

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

#name::String

Returns Required. The resource name of the CryptoKeyVersion to restore.

Returns:

  • (::String)

    Required. The resource name of the CryptoKeyVersion to restore.



526
527
528
529
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 526

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