Reference documentation and code samples for the Google Cloud Game Servers V1 Client class DeployedFleetDetails.
Details of the deployed Agones fleet.
Generated from protobuf message google.cloud.gaming.v1.DeployedFleetDetails
Namespace
Google \ Cloud \ Gaming \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployed_fleet |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleet
Information about the Agones fleet. |
↳ deployed_autoscaler |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleetAutoscaler
Information about the Agones autoscaler for that fleet. |
getDeployedFleet
Information about the Agones fleet.
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleet|null |
hasDeployedFleet
clearDeployedFleet
setDeployedFleet
Information about the Agones fleet.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleet
|
Returns | |
---|---|
Type | Description |
$this |
getDeployedAutoscaler
Information about the Agones autoscaler for that fleet.
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleetAutoscaler|null |
hasDeployedAutoscaler
clearDeployedAutoscaler
setDeployedAutoscaler
Information about the Agones autoscaler for that fleet.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Gaming\V1\DeployedFleetDetails\DeployedFleetAutoscaler
|
Returns | |
---|---|
Type | Description |
$this |