[[["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 document provides reference documentation for the \u003ccode\u003eAppConnectionsService.AppConnectionsServiceBase\u003c/code\u003e class within the Google Cloud BeyondCorp AppConnections v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppConnectionsService.AppConnectionsServiceBase\u003c/code\u003e class acts as the base for server-side implementations of the AppConnectionsService and inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe API offers functionalities to create, delete, get, list, resolve, and update AppConnections using respective \u003ccode\u003eCreateAppConnection\u003c/code\u003e, \u003ccode\u003eDeleteAppConnection\u003c/code\u003e, \u003ccode\u003eGetAppConnection\u003c/code\u003e, \u003ccode\u003eListAppConnections\u003c/code\u003e, \u003ccode\u003eResolveAppConnections\u003c/code\u003e, and \u003ccode\u003eUpdateAppConnection\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API available is 1.4.0, and older versions, 1.3.0, 1.2.0, 1.1.0, and 1.0.0, are also documented within the reference.\u003c/p\u003e\n"],["\u003cp\u003eAll methods interact with parameters such as \u003ccode\u003erequest\u003c/code\u003e and \u003ccode\u003econtext\u003c/code\u003e to carry out the requests, and return either \u003ccode\u003eOperation\u003c/code\u003e, \u003ccode\u003eAppConnection\u003c/code\u003e, or \u003ccode\u003eListAppConnectionsResponse\u003c/code\u003e objects wrapped within a \u003ccode\u003eTask\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp AppConnections v1 API - Class AppConnectionsService.AppConnectionsServiceBase (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionsService.AppConnectionsServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.3.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionsService.AppConnectionsServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.2.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionsService.AppConnectionsServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.1.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionsService.AppConnectionsServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.0.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionsService.AppConnectionsServiceBase) \n\n [BindServiceMethod(typeof(AppConnectionsService), \"BindService\")]\n public abstract class AppConnectionsService.AppConnectionsServiceBase\n\nReference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnectionsService.AppConnectionsServiceBase.\n\nBase class for server-side implementations of AppConnectionsService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AppConnectionsService.AppConnectionsServiceBase \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.AppConnections.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.AppConnections.V1.dll\n\nMethods\n-------\n\n### CreateAppConnection(CreateAppConnectionRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateAppConnection(CreateAppConnectionRequest request, ServerCallContext context)\n\nCreates a new AppConnection in a given project and location.\n\n### DeleteAppConnection(DeleteAppConnectionRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteAppConnection(DeleteAppConnectionRequest request, ServerCallContext context)\n\nDeletes a single AppConnection.\n\n### GetAppConnection(GetAppConnectionRequest, ServerCallContext)\n\n public virtual Task\u003cAppConnection\u003e GetAppConnection(GetAppConnectionRequest request, ServerCallContext context)\n\nGets details of a single AppConnection.\n\n### ListAppConnections(ListAppConnectionsRequest, ServerCallContext)\n\n public virtual Task\u003cListAppConnectionsResponse\u003e ListAppConnections(ListAppConnectionsRequest request, ServerCallContext context)\n\nLists AppConnections in a given project and location.\n\n### ResolveAppConnections(ResolveAppConnectionsRequest, ServerCallContext)\n\n public virtual Task\u003cResolveAppConnectionsResponse\u003e ResolveAppConnections(ResolveAppConnectionsRequest request, ServerCallContext context)\n\nResolves AppConnections details for a given AppConnector.\nAn internal method called by a connector to find AppConnections to connect\nto.\n\n### UpdateAppConnection(UpdateAppConnectionRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e UpdateAppConnection(UpdateAppConnectionRequest request, ServerCallContext context)\n\nUpdates the parameters of a single AppConnection."]]