public sealed class CreateGameServerDeploymentRequest : IMessage<CreateGameServerDeploymentRequest>, IEquatable<CreateGameServerDeploymentRequest>, IDeepCloneable<CreateGameServerDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class CreateGameServerDeploymentRequest.
Request message for GameServerDeploymentsService.CreateGameServerDeployment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eCreateGameServerDeploymentRequest\u003c/code\u003e class within the Game Services v1 API, specifically for .NET developers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateGameServerDeploymentRequest\u003c/code\u003e class is used as a request message for \u003ccode\u003eGameServerDeploymentsService.CreateGameServerDeployment\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors and properties like \u003ccode\u003eDeploymentId\u003c/code\u003e, \u003ccode\u003eGameServerDeployment\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e, which are used to define the game server deployment being created.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the API documented, ranging from version 1.1.0 up to the latest version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateGameServerDeploymentRequest\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and offers a \u003ccode\u003eGameServerDeployment\u003c/code\u003e property allowing the definition of the specific game server deployment resource to be created.\u003c/p\u003e\n"]]],[],null,["# Game Services v1 API - Class CreateGameServerDeploymentRequest (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.1.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.0.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.4.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.3.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.2.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.1.0/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest) \n\n public sealed class CreateGameServerDeploymentRequest : IMessage\u003cCreateGameServerDeploymentRequest\u003e, IEquatable\u003cCreateGameServerDeploymentRequest\u003e, IDeepCloneable\u003cCreateGameServerDeploymentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Game Services v1 API class CreateGameServerDeploymentRequest.\n\nRequest message for GameServerDeploymentsService.CreateGameServerDeployment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateGameServerDeploymentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateGameServerDeploymentRequest](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateGameServerDeploymentRequest](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateGameServerDeploymentRequest](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Gaming.V1](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1.dll\n\nConstructors\n------------\n\n### CreateGameServerDeploymentRequest()\n\n public CreateGameServerDeploymentRequest()\n\n### CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest)\n\n public CreateGameServerDeploymentRequest(CreateGameServerDeploymentRequest other)\n\nProperties\n----------\n\n### DeploymentId\n\n public string DeploymentId { get; set; }\n\nRequired. The ID of the game server delpoyment resource to be created.\n\n### GameServerDeployment\n\n public GameServerDeployment GameServerDeployment { get; set; }\n\nRequired. The game server delpoyment resource to be created.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource name, in the following form:\n`projects/{project}/locations/{location}`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/6f2d3e64dd92f0f7a4f02a7db56cf6ed409615f2/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.CreateGameServerDeploymentRequest#Google_Cloud_Gaming_V1_CreateGameServerDeploymentRequest_Parent) resource name property."]]