public sealed class GetGameServerDeploymentRequest : IMessage<GetGameServerDeploymentRequest>, IEquatable<GetGameServerDeploymentRequest>, IDeepCloneable<GetGameServerDeploymentRequest>, IBufferMessage, IMessage
Request message for GameServerDeploymentsService.GetGameServerDeployment.
Implements
IMessage<GetGameServerDeploymentRequest>, IEquatable<GetGameServerDeploymentRequest>, IDeepCloneable<GetGameServerDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
GetGameServerDeploymentRequest()
public GetGameServerDeploymentRequest()
GetGameServerDeploymentRequest(GetGameServerDeploymentRequest)
public GetGameServerDeploymentRequest(GetGameServerDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGameServerDeploymentRequest |
Properties
GameServerDeploymentName
public GameServerDeploymentName GameServerDeploymentName { get; set; }
GameServerDeploymentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
GameServerDeploymentName |
Name
public string Name { get; set; }
Required. The name of the game server delpoyment to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.
Property Value | |
---|---|
Type | Description |
String |