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

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

Request message for GameServerDeploymentsService.UpdateGameServerDeployment.

Only allows updates for labels.

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

Namespace

Google \ Cloud \ Gaming \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ game_server_deployment Google\Cloud\Gaming\V1\GameServerDeployment

Required. The game server delpoyment to be updated. Only fields specified in update_mask are updated.

↳ update_mask Google\Protobuf\FieldMask

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

getGameServerDeployment

Required. The game server delpoyment to be updated.

Only fields specified in update_mask are updated.

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

hasGameServerDeployment

clearGameServerDeployment

setGameServerDeployment

Required. The game server delpoyment to be updated.

Only fields specified in update_mask are updated.

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

getUpdateMask

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
gameServerDeployment Google\Cloud\Gaming\V1\GameServerDeployment

Required. The game server delpoyment to be updated. Only fields specified in update_mask are updated.

updateMask Google\Protobuf\FieldMask

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

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