[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eClientGatewaysService.ClientGatewaysServiceBase\u003c/code\u003e class, which is the base for server-side implementations of the BeyondCorp Client Gateways v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods for managing ClientGateways, such as \u003ccode\u003eCreateClientGateway\u003c/code\u003e, \u003ccode\u003eDeleteClientGateway\u003c/code\u003e, \u003ccode\u003eGetClientGateway\u003c/code\u003e, and \u003ccode\u003eListClientGateways\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 1.3.0, with previous versions including 1.2.0, 1.1.0, and 1.0.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eEach method has parameters for a request and a server call context, and they return tasks which will resolve to the related type.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and provides access to inherited methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Gateways v1 API - Class ClientGatewaysService.ClientGatewaysServiceBase (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.ClientGatewaysServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.2.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService.ClientGatewaysServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.1.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService.ClientGatewaysServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.0.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysService.ClientGatewaysServiceBase) \n\n [BindServiceMethod(typeof(ClientGatewaysService), \"BindService\")]\n public abstract class ClientGatewaysService.ClientGatewaysServiceBase\n\nReference documentation and code samples for the BeyondCorp Client Gateways v1 API class ClientGatewaysService.ClientGatewaysServiceBase.\n\nBase class for server-side implementations of ClientGatewaysService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ClientGatewaysService.ClientGatewaysServiceBase \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### CreateClientGateway(CreateClientGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateClientGateway(CreateClientGatewayRequest request, ServerCallContext context)\n\nCreates a new ClientGateway in a given project and location.\n\n### DeleteClientGateway(DeleteClientGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteClientGateway(DeleteClientGatewayRequest request, ServerCallContext context)\n\nDeletes a single ClientGateway.\n\n### GetClientGateway(GetClientGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cClientGateway\u003e GetClientGateway(GetClientGatewayRequest request, ServerCallContext context)\n\nGets details of a single ClientGateway.\n\n### ListClientGateways(ListClientGatewaysRequest, ServerCallContext)\n\n public virtual Task\u003cListClientGatewaysResponse\u003e ListClientGateways(ListClientGatewaysRequest request, ServerCallContext context)\n\nLists ClientGateways in a given project and location."]]