[[["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\u003eAppGatewaysService.AppGatewaysServiceBase\u003c/code\u003e class, which serves as the base for server-side implementations of the BeyondCorp AppGateways v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppGatewaysService.AppGatewaysServiceBase\u003c/code\u003e class, within the \u003ccode\u003eGoogle.Cloud.BeyondCorp.AppGateways.V1\u003c/code\u003e namespace, offers methods to interact with AppGateways, including creating, deleting, getting, and listing operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is 1.3.0, with older versions 1.2.0, 1.1.0, and 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ca href=\"https://learn.microsoft.com/dotnet/api/system.object\"\u003eobject\u003c/a\u003e and has inherited members such as \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"],["\u003cp\u003eThe class offers methods, such as \u003ccode\u003eCreateAppGateway\u003c/code\u003e, \u003ccode\u003eDeleteAppGateway\u003c/code\u003e, \u003ccode\u003eGetAppGateway\u003c/code\u003e, and \u003ccode\u003eListAppGateways\u003c/code\u003e, all of which return a Task object that wraps their respective return types, and take a request and a server context as parameters.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp AppGateways v1 API - Class AppGatewaysService.AppGatewaysServiceBase (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppGateways.V1/latest/Google.Cloud.BeyondCorp.AppGateways.V1.AppGatewaysService.AppGatewaysServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppGateways.V1/1.2.0/Google.Cloud.BeyondCorp.AppGateways.V1.AppGatewaysService.AppGatewaysServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppGateways.V1/1.1.0/Google.Cloud.BeyondCorp.AppGateways.V1.AppGatewaysService.AppGatewaysServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppGateways.V1/1.0.0/Google.Cloud.BeyondCorp.AppGateways.V1.AppGatewaysService.AppGatewaysServiceBase) \n\n [BindServiceMethod(typeof(AppGatewaysService), \"BindService\")]\n public abstract class AppGatewaysService.AppGatewaysServiceBase\n\nReference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysService.AppGatewaysServiceBase.\n\nBase class for server-side implementations of AppGatewaysService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AppGatewaysService.AppGatewaysServiceBase \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.AppGateways.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppGateways.V1/latest/Google.Cloud.BeyondCorp.AppGateways.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.AppGateways.V1.dll\n\nMethods\n-------\n\n### CreateAppGateway(CreateAppGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateAppGateway(CreateAppGatewayRequest request, ServerCallContext context)\n\nCreates a new AppGateway in a given project and location.\n\n### DeleteAppGateway(DeleteAppGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteAppGateway(DeleteAppGatewayRequest request, ServerCallContext context)\n\nDeletes a single AppGateway.\n\n### GetAppGateway(GetAppGatewayRequest, ServerCallContext)\n\n public virtual Task\u003cAppGateway\u003e GetAppGateway(GetAppGatewayRequest request, ServerCallContext context)\n\nGets details of a single AppGateway.\n\n### ListAppGateways(ListAppGatewaysRequest, ServerCallContext)\n\n public virtual Task\u003cListAppGatewaysResponse\u003e ListAppGateways(ListAppGatewaysRequest request, ServerCallContext context)\n\nLists AppGateways in a given project and location."]]