[[["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\u003eIDS.IDSBase\u003c/code\u003e class, which serves as the base for server-side implementations of the Cloud IDS v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is 2.4.0, with documentation also available for versions 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIDS.IDSBase\u003c/code\u003e class provides methods for managing endpoints, including \u003ccode\u003eCreateEndpoint\u003c/code\u003e, \u003ccode\u003eDeleteEndpoint\u003c/code\u003e, \u003ccode\u003eGetEndpoint\u003c/code\u003e, and \u003ccode\u003eListEndpoints\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach of these endpoint management methods requires a specific request object and a \u003ccode\u003eServerCallContext\u003c/code\u003e, and returns either a \u003ccode\u003eTask<Operation>\u003c/code\u003e or a \u003ccode\u003eTask<Endpoint>\u003c/code\u003e depending on the method.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this class is \u003ccode\u003eGoogle.Cloud.Ids.V1\u003c/code\u003e, and it is contained in the assembly \u003ccode\u003eGoogle.Cloud.Ids.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud IDS v1 API - Class IDS.IDSBase (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.IDS.IDSBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.3.0/Google.Cloud.Ids.V1.IDS.IDSBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.2.0/Google.Cloud.Ids.V1.IDS.IDSBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.1.0/Google.Cloud.Ids.V1.IDS.IDSBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.0.0/Google.Cloud.Ids.V1.IDS.IDSBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/1.0.0/Google.Cloud.Ids.V1.IDS.IDSBase) \n\n [BindServiceMethod(typeof(IDS), \"BindService\")]\n public abstract class IDS.IDSBase\n\nReference documentation and code samples for the Cloud IDS v1 API class IDS.IDSBase.\n\nBase class for server-side implementations of IDS \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e IDS.IDSBase \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.Ids.V1](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Ids.V1.dll\n\nMethods\n-------\n\n### CreateEndpoint(CreateEndpointRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateEndpoint(CreateEndpointRequest request, ServerCallContext context)\n\nCreates a new Endpoint in a given project and location.\n\n### DeleteEndpoint(DeleteEndpointRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteEndpoint(DeleteEndpointRequest request, ServerCallContext context)\n\nDeletes a single Endpoint.\n\n### GetEndpoint(GetEndpointRequest, ServerCallContext)\n\n public virtual Task\u003cEndpoint\u003e GetEndpoint(GetEndpointRequest request, ServerCallContext context)\n\nGets details of a single Endpoint.\n\n### ListEndpoints(ListEndpointsRequest, ServerCallContext)\n\n public virtual Task\u003cListEndpointsResponse\u003e ListEndpoints(ListEndpointsRequest request, ServerCallContext context)\n\nLists Endpoints in a given project and location."]]