public virtual Task<Operation> CreateGameServerConfig(CreateGameServerConfigRequest request, ServerCallContext context)
Creates a new game server config in a given project, location, and game
server deployment. Game server configs are immutable, and are not applied
until referenced in the game server deployment rollout resource.
[[["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\u003eThe \u003ccode\u003eGameServerConfigsService.GameServerConfigsServiceBase\u003c/code\u003e class is the base for server-side implementations of the \u003ccode\u003eGameServerConfigsService\u003c/code\u003e within the Google Cloud for Games v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis API allows for creating, deleting, getting, and listing game server configurations through methods like \u003ccode\u003eCreateGameServerConfig\u003c/code\u003e, \u003ccode\u003eDeleteGameServerConfig\u003c/code\u003e, \u003ccode\u003eGetGameServerConfig\u003c/code\u003e, and \u003ccode\u003eListGameServerConfigs\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this service available is \u003ccode\u003e2.0.0-beta03\u003c/code\u003e, and older versions such as \u003ccode\u003e2.0.0-beta02\u003c/code\u003e and \u003ccode\u003e1.0.0-beta09\u003c/code\u003e are also listed within the content.\u003c/p\u003e\n"],["\u003cp\u003eAll the server methods provided, such as \u003ccode\u003eCreateGameServerConfig\u003c/code\u003e, require a specific request object (e.g., \u003ccode\u003eCreateGameServerConfigRequest\u003c/code\u003e) and a \u003ccode\u003eServerCallContext\u003c/code\u003e for handling the server-side call.\u003c/p\u003e\n"]]],[],null,["# Google Cloud for Games v1beta API - Class GameServerConfigsService.GameServerConfigsServiceBase (2.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.GameServerConfigsService.GameServerConfigsServiceBase)\n- [2.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/2.0.0-beta02/Google.Cloud.Gaming.V1Beta.GameServerConfigsService.GameServerConfigsServiceBase)\n- [1.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/1.0.0-beta09/Google.Cloud.Gaming.V1Beta.GameServerConfigsService.GameServerConfigsServiceBase) \n\n [BindServiceMethod(typeof(GameServerConfigsService), \"BindService\")]\n public abstract class GameServerConfigsService.GameServerConfigsServiceBase\n\nReference documentation and code samples for the Google Cloud for Games v1beta API class GameServerConfigsService.GameServerConfigsServiceBase.\n\nBase class for server-side implementations of GameServerConfigsService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GameServerConfigsService.GameServerConfigsServiceBase \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Gaming.V1Beta](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1Beta.dll\n\nMethods\n-------\n\n### CreateGameServerConfig(CreateGameServerConfigRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateGameServerConfig(CreateGameServerConfigRequest request, ServerCallContext context)\n\nCreates a new game server config in a given project, location, and game\nserver deployment. Game server configs are immutable, and are not applied\nuntil referenced in the game server deployment rollout resource.\n\n### DeleteGameServerConfig(DeleteGameServerConfigRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteGameServerConfig(DeleteGameServerConfigRequest request, ServerCallContext context)\n\nDeletes a single game server config. The deletion will fail if the game\nserver config is referenced in a game server deployment rollout.\n\n### GetGameServerConfig(GetGameServerConfigRequest, ServerCallContext)\n\n public virtual Task\u003cGameServerConfig\u003e GetGameServerConfig(GetGameServerConfigRequest request, ServerCallContext context)\n\nGets details of a single game server config.\n\n### ListGameServerConfigs(ListGameServerConfigsRequest, ServerCallContext)\n\n public virtual Task\u003cListGameServerConfigsResponse\u003e ListGameServerConfigs(ListGameServerConfigsRequest request, ServerCallContext context)\n\nLists game server configs in a given project, location, and game server\ndeployment."]]