Game Services v1 API - Class CreateGameServerDeploymentRequest (2.2.0)

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.

Inheritance

object > CreateGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

CreateGameServerDeploymentRequest()

public CreateGameServerDeploymentRequest()

CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest)

public CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest other)
Parameter
NameDescription
otherCreateGameServerDeploymentRequest

Properties

DeploymentId

public string DeploymentId { get; set; }

Required. The ID of the game server delpoyment resource to be created.

Property Value
TypeDescription
string

GameServerDeployment

public GameServerDeployment GameServerDeployment { get; set; }

Required. The game server delpoyment resource to be created.

Property Value
TypeDescription
GameServerDeployment

Parent

public string Parent { get; set; }

Required. The parent resource name, in the following form: projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName