Class GetGameServerDeploymentRolloutRequest (1.3.0)

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

Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.

Inheritance

Object > GetGameServerDeploymentRolloutRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.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, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout.

Property Value
TypeDescription
String