Game Services v1 API - Class FetchDeploymentStateRequest (2.2.0)

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

Reference documentation and code samples for the Game Services v1 API class FetchDeploymentStateRequest.

Request message for GameServerDeploymentsService.FetchDeploymentState.

Inheritance

object > FetchDeploymentStateRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

FetchDeploymentStateRequest()

public FetchDeploymentStateRequest()

FetchDeploymentStateRequest(FetchDeploymentStateRequest)

public FetchDeploymentStateRequest(FetchDeploymentStateRequest other)
Parameter
NameDescription
otherFetchDeploymentStateRequest

Properties

Name

public string Name { get; set; }

Required. The name of the game server delpoyment, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

Property Value
TypeDescription
string