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

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

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

Request message for GameServerDeploymentsService.GetGameServerDeployment.

Inheritance

object > GetGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

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

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

Property Value
TypeDescription
string