public static void BindService(ServiceBinderBase serviceBinder, ClientGatewaysService.ClientGatewaysServiceBase 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\u003eThis documentation covers the \u003ccode\u003eClientGatewaysService\u003c/code\u003e class, which is part of the Google Cloud BeyondCorp API's v1 for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe API service, \u003ccode\u003ebeyondcorp.googleapis.com\u003c/code\u003e, is used to implement the Google Cloud BeyondCorp API.\u003c/p\u003e\n"],["\u003cp\u003eClient Gateways are a key resource in the data model, and are named using the pattern: \u003ccode\u003eprojects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eClientGatewaysService\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and includes methods like \u003ccode\u003eBindService\u003c/code\u003e for creating service definitions or registering service methods.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is for version 1.3.0, with previous versions 1.2.0, 1.1.0, and 1.0.0 also available.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Gateways v1 API - Class ClientGatewaysService (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.2.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.1.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.0.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService) \n\n public static class ClientGatewaysService\n\nReference documentation and code samples for the BeyondCorp Client Gateways v1 API class ClientGatewaysService.\n\nAPI Overview:\n\nThe `beyondcorp.googleapis.com` service implements the Google Cloud\nBeyondCorp API.\n\nData Model:\n\nThe ClientGatewaysService exposes the following resources:\n\n- Client Gateways, named as follows: `projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ClientGatewaysService \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.BeyondCorp.ClientGateways.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.ClientGateways.V1.dll\n\nMethods\n-------\n\n### BindService(ClientGatewaysServiceBase)\n\n public static ServerServiceDefinition BindService(ClientGatewaysService.ClientGatewaysServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, ClientGatewaysServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, ClientGatewaysService.ClientGatewaysServiceBase 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."]]