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

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

Request message for GameServerDeploymentsService.GetGameServerDeployment.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the game server delpoyment to retrieve, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

getName

Required. The name of the game server delpoyment to retrieve, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

Returns
TypeDescription
string

setName

Required. The name of the game server delpoyment to retrieve, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this