public sealed class CreateGameServerDeploymentRequest : IMessage<CreateGameServerDeploymentRequest>, IEquatable<CreateGameServerDeploymentRequest>, IDeepCloneable<CreateGameServerDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class CreateGameServerDeploymentRequest.
Request message for GameServerDeploymentsService.CreateGameServerDeployment.
Implements
IMessageCreateGameServerDeploymentRequest, IEquatableCreateGameServerDeploymentRequest, IDeepCloneableCreateGameServerDeploymentRequest, 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 |