public sealed class FetchDeploymentStateRequest : IMessage<FetchDeploymentStateRequest>, IEquatable<FetchDeploymentStateRequest>, IDeepCloneable<FetchDeploymentStateRequest>, IBufferMessage, IMessage
Request message for GameServerDeploymentsService.FetchDeploymentState.
Implements
IMessage<FetchDeploymentStateRequest>, IEquatable<FetchDeploymentStateRequest>, IDeepCloneable<FetchDeploymentStateRequest>, 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 |