Google Cloud for Games v1beta API - Class CreateGameServerDeploymentRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud for Games v1beta API class CreateGameServerDeploymentRequest.

Request message for GameServerDeploymentsService.CreateGameServerDeployment.

Inheritance

object > CreateGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.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. Uses the 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