public sealed class GetGameServerDeploymentRolloutRequest : IMessage<GetGameServerDeploymentRolloutRequest>, IEquatable<GetGameServerDeploymentRolloutRequest>, IDeepCloneable<GetGameServerDeploymentRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class GetGameServerDeploymentRolloutRequest.
Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.
Implements
IMessageGetGameServerDeploymentRolloutRequest, IEquatableGetGameServerDeploymentRolloutRequest, IDeepCloneableGetGameServerDeploymentRolloutRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
GetGameServerDeploymentRolloutRequest()
public GetGameServerDeploymentRolloutRequest()
GetGameServerDeploymentRolloutRequest(GetGameServerDeploymentRolloutRequest)
public GetGameServerDeploymentRolloutRequest(GetGameServerDeploymentRolloutRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGameServerDeploymentRolloutRequest |
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}/rollout
.
Property Value | |
---|---|
Type | Description |
string |