public static void BindService(ServiceBinderBase serviceBinder, GameServerDeploymentsService.GameServerDeploymentsServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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\u003eGameServerDeploymentsService\u003c/code\u003e class in the Google Cloud for Games v1beta API controls the deployment of Agones fleets.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eGameServerDeploymentsService\u003c/code\u003e is 2.0.0-beta03, with older versions 2.0.0-beta02 and 1.0.0-beta09 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGameServerDeploymentsService\u003c/code\u003e inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and provides methods like \u003ccode\u003eBindService\u003c/code\u003e for creating and registering service definitions with a server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method comes in two flavors: one to create a definition that can be registered with a server, and another to register methods to a service binder for customizable binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThis service is located within the \u003ccode\u003eGoogle.Cloud.Gaming.V1Beta\u003c/code\u003e namespace, inside the \u003ccode\u003eGoogle.Cloud.Gaming.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud for Games v1beta API - Class GameServerDeploymentsService (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.GameServerDeploymentsService)\n- [2.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/2.0.0-beta02/Google.Cloud.Gaming.V1Beta.GameServerDeploymentsService)\n- [1.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/1.0.0-beta09/Google.Cloud.Gaming.V1Beta.GameServerDeploymentsService) \n\n public static class GameServerDeploymentsService\n\nReference documentation and code samples for the Google Cloud for Games v1beta API class GameServerDeploymentsService.\n\nThe game server deployment is used to control the deployment of Agones\nfleets. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GameServerDeploymentsService \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### BindService(GameServerDeploymentsServiceBase)\n\n public static ServerServiceDefinition BindService(GameServerDeploymentsService.GameServerDeploymentsServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, GameServerDeploymentsServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, GameServerDeploymentsService.GameServerDeploymentsServiceBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]