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.
Implements
IMessageCreateGameServerConfigRequest, IEquatableCreateGameServerConfigRequest, IDeepCloneableCreateGameServerConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.dll
Constructors
CreateGameServerConfigRequest()
public CreateGameServerConfigRequest()
CreateGameServerConfigRequest(CreateGameServerConfigRequest)
public CreateGameServerConfigRequest(CreateGameServerConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateGameServerConfigRequest |
Properties
ConfigId
public string ConfigId { get; set; }
Required. The ID of the game server config resource to be created.
Property Value | |
---|---|
Type | Description |
string |
GameServerConfig
public GameServerConfig GameServerConfig { get; set; }
Required. The game server config resource to be created.
Property Value | |
---|---|
Type | Description |
GameServerConfig |
Parent
public string Parent { get; set; }
Required. The parent resource name. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsGameServerDeploymentName
public GameServerDeploymentName ParentAsGameServerDeploymentName { get; set; }
GameServerDeploymentName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
GameServerDeploymentName |