Class: Google::Cloud::Kms::V1::CreateKeyRingRequest

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

Overview

Request message for KeyManagementService.CreateKeyRing.

Instance Attribute Summary collapse

Instance Attribute Details

#key_ring::Google::Cloud::Kms::V1::KeyRing

Returns Required. A KeyRing with initial field values.

Returns:



323
324
325
326
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 323

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

#key_ring_id::String

Returns Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}.

Returns:

  • (::String)

    Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}



323
324
325
326
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 323

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

#parent::String

Returns Required. The resource name of the location associated with the KeyRings, in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The resource name of the location associated with the KeyRings, in the format projects/*/locations/*.



323
324
325
326
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 323

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