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

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

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

Request message for GameServerConfigsService.CreateGameServerConfig.

Inheritance

object > CreateGameServerConfigRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

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