Game Services v1 API - Class GetGameServerDeploymentRequest (2.2.0)

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

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

Request message for GameServerDeploymentsService.GetGameServerDeployment.

Inheritance

object > GetGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

GetGameServerDeploymentRequest()

public GetGameServerDeploymentRequest()

GetGameServerDeploymentRequest(GetGameServerDeploymentRequest)

public GetGameServerDeploymentRequest(GetGameServerDeploymentRequest other)
Parameter
NameDescription
otherGetGameServerDeploymentRequest

Properties

GameServerDeploymentName

public GameServerDeploymentName GameServerDeploymentName { get; set; }

GameServerDeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string