Google Cloud Game Servers V1 Client - Class GetGameServerDeploymentRolloutRequest (1.2.3)

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

Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.

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

Namespace

Google \ Cloud \ Gaming \ V1

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}/rollout.

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the game server delpoyment to retrieve, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout. Please see Google\Cloud\Gaming\V1\GameServerDeploymentsServiceClient::gameServerDeploymentName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Gaming\V1\GetGameServerDeploymentRolloutRequest