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.
Implements
IMessageFetchDeploymentStateRequest, IEquatableFetchDeploymentStateRequest, IDeepCloneableFetchDeploymentStateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
FetchDeploymentStateRequest()
public FetchDeploymentStateRequest()
FetchDeploymentStateRequest(FetchDeploymentStateRequest)
public FetchDeploymentStateRequest(FetchDeploymentStateRequest other)
Parameter | |
---|---|
Name | Description |
other | FetchDeploymentStateRequest |
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 | |
---|---|
Type | Description |
string |