Google Cloud Game Servers V1 Client - Class CreateRealmRequest (1.0.5)

Reference documentation and code samples for the Google Cloud Game Servers V1 Client class CreateRealmRequest.

Request message for RealmsService.CreateRealm.

Generated from protobuf message google.cloud.gaming.v1.CreateRealmRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ realm_id string

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

↳ realm Google\Cloud\Gaming\V1\Realm

Required. The realm resource to be created.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRealmId

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

Returns
TypeDescription
string

setRealmId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRealm

Required. The realm resource to be created.

Returns
TypeDescription
Google\Cloud\Gaming\V1\Realm|null

hasRealm

clearRealm

setRealm

Required. The realm resource to be created.

Parameter
NameDescription
var Google\Cloud\Gaming\V1\Realm
Returns
TypeDescription
$this