Game Services v1 API - Class CreateGameServerConfigRequest (2.2.0)

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

Reference documentation and code samples for the Game Services v1 API class CreateGameServerConfigRequest.

Request message for GameServerConfigsService.CreateGameServerConfig.

Inheritance

object > CreateGameServerConfigRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

CreateGameServerConfigRequest()

public CreateGameServerConfigRequest()

CreateGameServerConfigRequest(CreateGameServerConfigRequest)

public CreateGameServerConfigRequest(CreateGameServerConfigRequest other)
Parameter
NameDescription
otherCreateGameServerConfigRequest

Properties

ConfigId

public string ConfigId { get; set; }

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

Property Value
TypeDescription
string

GameServerConfig

public GameServerConfig GameServerConfig { get; set; }

Required. The game server config resource to be created.

Property Value
TypeDescription
GameServerConfig

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsGameServerDeploymentName

public GameServerDeploymentName ParentAsGameServerDeploymentName { get; set; }

GameServerDeploymentName-typed view over the Parent resource name property.

Property Value
TypeDescription
GameServerDeploymentName