Class GetGameServerDeploymentRolloutRequest (1.0.0-beta09)

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

Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.

Inheritance

Object > GetGameServerDeploymentRolloutRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

GetGameServerDeploymentRolloutRequest()

public GetGameServerDeploymentRolloutRequest()

GetGameServerDeploymentRolloutRequest(GetGameServerDeploymentRolloutRequest)

public GetGameServerDeploymentRolloutRequest(GetGameServerDeploymentRolloutRequest other)
Parameter
NameDescription
otherGetGameServerDeploymentRolloutRequest

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}/rollout.

Property Value
TypeDescription
String