public sealed class CreateGameServerDeploymentRequest : IMessage<CreateGameServerDeploymentRequest>, IEquatable<CreateGameServerDeploymentRequest>, IDeepCloneable<CreateGameServerDeploymentRequest>, IBufferMessage, IMessageRequest message for GameServerDeploymentsService.CreateGameServerDeployment.
Implements
IMessage<CreateGameServerDeploymentRequest>, IEquatable<CreateGameServerDeploymentRequest>, IDeepCloneable<CreateGameServerDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
CreateGameServerDeploymentRequest()
public CreateGameServerDeploymentRequest()CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest)
public CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateGameServerDeploymentRequest |
Properties
DeploymentId
public string DeploymentId { get; set; }Required. The ID of the game server delpoyment resource to be created.
| Property Value | |
|---|---|
| Type | Description |
String |
|
GameServerDeployment
public GameServerDeployment GameServerDeployment { get; set; }Required. The game server delpoyment resource to be created.
| Property Value | |
|---|---|
| Type | Description |
GameServerDeployment |
|
Parent
public string Parent { get; set; }Required. The parent resource name, in the following form:
projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|