Reference documentation and code samples for the Google Cloud Game Servers V1 Client class CreateGameServerDeploymentRequest.
Request message for GameServerDeploymentsService.CreateGameServerDeployment.
Generated from protobuf message google.cloud.gaming.v1.CreateGameServerDeploymentRequest
Namespace
Google \ Cloud \ Gaming \ V1Methods
__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: |
↳ deployment_id |
string
Required. The ID of the game server delpoyment resource to be created. |
↳ game_server_deployment |
Google\Cloud\Gaming\V1\GameServerDeployment
Required. The game server delpoyment resource to be created. |
getParent
Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeploymentId
Required. The ID of the game server delpoyment resource to be created.
Returns | |
---|---|
Type | Description |
string |
setDeploymentId
Required. The ID of the game server delpoyment resource to be created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGameServerDeployment
Required. The game server delpoyment resource to be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\GameServerDeployment|null |
hasGameServerDeployment
clearGameServerDeployment
setGameServerDeployment
Required. The game server delpoyment resource to be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Gaming\V1\GameServerDeployment
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource name, in the following form:
|
gameServerDeployment |
Google\Cloud\Gaming\V1\GameServerDeployment
Required. The game server delpoyment resource to be created. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\CreateGameServerDeploymentRequest |