public sealed class PreviewGameServerDeploymentRolloutResponse : IMessage<PreviewGameServerDeploymentRolloutResponse>, IEquatable<PreviewGameServerDeploymentRolloutResponse>, IDeepCloneable<PreviewGameServerDeploymentRolloutResponse>, IBufferMessage, IMessageResponse message for PreviewGameServerDeploymentRollout. This has details about the Agones fleet and autoscaler to be actuated.
Implements
IMessage<PreviewGameServerDeploymentRolloutResponse>, IEquatable<PreviewGameServerDeploymentRolloutResponse>, IDeepCloneable<PreviewGameServerDeploymentRolloutResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
PreviewGameServerDeploymentRolloutResponse()
public PreviewGameServerDeploymentRolloutResponse()PreviewGameServerDeploymentRolloutResponse(PreviewGameServerDeploymentRolloutResponse)
public PreviewGameServerDeploymentRolloutResponse(PreviewGameServerDeploymentRolloutResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PreviewGameServerDeploymentRolloutResponse |
Properties
Etag
public string Etag { get; set; }ETag of the game server deployment.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TargetState
public TargetState TargetState { get; set; }The target state.
| Property Value | |
|---|---|
| Type | Description |
TargetState |
|
Unavailable
public RepeatedField<string> Unavailable { get; }Locations that could not be reached on this request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|