Class FetchDeploymentStateResponse (1.4.0)

public sealed class FetchDeploymentStateResponse : IMessage<FetchDeploymentStateResponse>, IEquatable<FetchDeploymentStateResponse>, IDeepCloneable<FetchDeploymentStateResponse>, IBufferMessage, IMessage

Response message for GameServerDeploymentsService.FetchDeploymentState.

Inheritance

Object > FetchDeploymentStateResponse

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

FetchDeploymentStateResponse()

public FetchDeploymentStateResponse()

FetchDeploymentStateResponse(FetchDeploymentStateResponse)

public FetchDeploymentStateResponse(FetchDeploymentStateResponse other)
Parameter
NameDescription
otherFetchDeploymentStateResponse

Properties

ClusterState

public RepeatedField<FetchDeploymentStateResponse.Types.DeployedClusterState> ClusterState { get; }

The state of the game server deployment in each game server cluster.

Property Value
TypeDescription
RepeatedField<FetchDeploymentStateResponse.Types.DeployedClusterState>

Unavailable

public RepeatedField<string> Unavailable { get; }

List of locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>