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

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

Request message for GameServerClustersService.DeleteGameServerCluster.

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

Namespace

Google \ Cloud \ Gaming \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the game server cluster to delete, in the following form: projects/{project}/locations/{location}/gameServerClusters/{cluster}.

getName

Required. The name of the game server cluster to delete, in the following form: projects/{project}/locations/{location}/gameServerClusters/{cluster}.

Returns
Type Description
string

setName

Required. The name of the game server cluster to delete, in the following form: projects/{project}/locations/{location}/gameServerClusters/{cluster}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the game server cluster to delete, in the following form: projects/{project}/locations/{location}/gameServerClusters/{cluster}. Please see Google\Cloud\Gaming\V1\GameServerClustersServiceClient::gameServerClusterName() for help formatting this field.

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