Reference documentation and code samples for the Google Cloud Game Servers V1 Client class PreviewGameServerDeploymentRolloutResponse.
Response message for PreviewGameServerDeploymentRollout.
This has details about the Agones fleet and autoscaler to be actuated.
Generated from protobuf message google.cloud.gaming.v1.PreviewGameServerDeploymentRolloutResponse
Namespace
Google \ Cloud \ Gaming \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ unavailable |
array
Locations that could not be reached on this request. |
↳ etag |
string
ETag of the game server deployment. |
↳ target_state |
Google\Cloud\Gaming\V1\TargetState
The target state. |
getUnavailable
Locations that could not be reached on this request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnavailable
Locations that could not be reached on this request.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getEtag
ETag of the game server deployment.
Returns | |
---|---|
Type | Description |
string |
setEtag
ETag of the game server deployment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetState
The target state.
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\TargetState|null |
hasTargetState
clearTargetState
setTargetState
The target state.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Gaming\V1\TargetState
|
Returns | |
---|---|
Type | Description |
$this |