Google Cloud Game Servers V1 Client - Class CreateGameServerConfigRequest (1.2.6)

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

Request message for GameServerConfigsService.CreateGameServerConfig.

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

Namespace

Google \ Cloud \ Gaming \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ config_id string

Required. The ID of the game server config resource to be created.

↳ game_server_config Google\Cloud\Gaming\V1\GameServerConfig

Required. The game server config resource to be created.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getConfigId

Required. The ID of the game server config resource to be created.

Returns
Type Description
string

setConfigId

Required. The ID of the game server config resource to be created.

Parameter
Name Description
var string
Returns
Type Description
$this

getGameServerConfig

Required. The game server config resource to be created.

Returns
Type Description
Google\Cloud\Gaming\V1\GameServerConfig|null

hasGameServerConfig

clearGameServerConfig

setGameServerConfig

Required. The game server config resource to be created.

Parameter
Name Description
var Google\Cloud\Gaming\V1\GameServerConfig
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource name, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/. Please see Google\Cloud\Gaming\V1\GameServerConfigsServiceClient::gameServerDeploymentName() for help formatting this field.

gameServerConfig Google\Cloud\Gaming\V1\GameServerConfig

Required. The game server config resource to be created.

Returns
Type Description
Google\Cloud\Gaming\V1\CreateGameServerConfigRequest