Class: Google::Cloud::Kms::V1::CreateKeyHandleRequest

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

Overview

Request message for Autokey.CreateKeyHandle.

Instance Attribute Summary collapse

Instance Attribute Details

#key_handle::Google::Cloud::Kms::V1::KeyHandle

Returns Required. KeyHandle to create.

Returns:



39
40
41
42
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 39

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

#key_handle_id::String

Returns Optional. Id of the KeyHandle. Must be unique to the resource project and location. If not provided by the caller, a new UUID is used.

Returns:

  • (::String)

    Optional. Id of the KeyHandle. Must be unique to the resource project and location. If not provided by the caller, a new UUID is used.



39
40
41
42
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 39

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

#parent::String

Returns Required. Name of the resource project and location to create the KeyHandle in, e.g. projects/{PROJECT_ID}/locations/{LOCATION}.

Returns:

  • (::String)

    Required. Name of the resource project and location to create the KeyHandle in, e.g. projects/{PROJECT_ID}/locations/{LOCATION}.



39
40
41
42
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 39

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