Class: Google::Cloud::Gaming::V1::CreateRealmRequest

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

Overview

Request message for RealmsService.CreateRealm.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource name, in the following form: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource name, in the following form: projects/{project}/locations/{location}.



89
90
91
92
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89

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

#realm::Google::Cloud::Gaming::V1::Realm

Returns Required. The realm resource to be created.

Returns:



89
90
91
92
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89

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

#realm_id::String

Returns Required. The ID of the realm resource to be created.

Returns:

  • (::String)

    Required. The ID of the realm resource to be created.



89
90
91
92
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89

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