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.
Implements
IMessage<CreateGameServerDeploymentRequest>, IEquatable<CreateGameServerDeploymentRequest>, IDeepCloneable<CreateGameServerDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.dll
Constructors
CreateGameServerDeploymentRequest()
public CreateGameServerDeploymentRequest()
CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest)
public CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateGameServerDeploymentRequest |
Properties
DeploymentId
public string DeploymentId { get; set; }
Required. The ID of the game server delpoyment resource to be created.
Property Value | |
---|---|
Type | Description |
String |
GameServerDeployment
public GameServerDeployment GameServerDeployment { get; set; }
Required. The game server delpoyment resource to be created.
Property Value | |
---|---|
Type | Description |
GameServerDeployment |
Parent
public string Parent { get; set; }
Required. The parent resource name. Uses the form:
projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |