Google Cloud for Games v1beta API - Class FetchDeploymentStateRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud for Games v1beta API class FetchDeploymentStateRequest.

Request message for GameServerDeploymentsService.FetchDeploymentState.

Inheritance

object > FetchDeploymentStateRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.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. Uses the form:

projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

Property Value
TypeDescription
string