Cloud Gaming V1 API - Class Google::Cloud::Gaming::V1::CreateRealmRequest (v0.6.0)

Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::CreateRealmRequest.

Request message for RealmsService.CreateRealm.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name, in the following form: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}.

#realm

def realm() -> ::Google::Cloud::Gaming::V1::Realm
Returns

#realm=

def realm=(value) -> ::Google::Cloud::Gaming::V1::Realm
Parameter
Returns

#realm_id

def realm_id() -> ::String
Returns
  • (::String) — Required. The ID of the realm resource to be created.

#realm_id=

def realm_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the realm resource to be created.
Returns
  • (::String) — Required. The ID of the realm resource to be created.