[BindServiceMethod(typeof(AdvisoryNotificationsService), "BindService")]public abstract class AdvisoryNotificationsService.AdvisoryNotificationsServiceBase
Reference documentation and code samples for the Advisory Notifications v1 API class AdvisoryNotificationsService.AdvisoryNotificationsServiceBase.
Base class for server-side implementations of AdvisoryNotificationsService
[[["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-08-28 UTC."],[[["\u003cp\u003eThe latest version of the Advisory Notifications v1 API is 1.7.0, with historical versions ranging back to 1.0.0 available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAdvisoryNotificationsService.AdvisoryNotificationsServiceBase\u003c/code\u003e is the base class for server-side implementations of the \u003ccode\u003eAdvisoryNotificationsService\u003c/code\u003e within the Google.Cloud.AdvisoryNotifications.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis API offers methods to interact with notifications, including \u003ccode\u003eGetNotification\u003c/code\u003e for retrieving a single notification, \u003ccode\u003eListNotifications\u003c/code\u003e for getting multiple notifications under a parent, and also two methods to manage settings.\u003c/p\u003e\n"],["\u003cp\u003eEach method, such as \u003ccode\u003eGetNotification\u003c/code\u003e, \u003ccode\u003eGetSettings\u003c/code\u003e, \u003ccode\u003eListNotifications\u003c/code\u003e, and \u003ccode\u003eUpdateSettings\u003c/code\u003e, uses request objects and \u003ccode\u003eServerCallContext\u003c/code\u003e to handle client interactions and uses \u003ccode\u003eTask\u003c/code\u003e to wrap responses.\u003c/p\u003e\n"],["\u003cp\u003eThe API is part of the \u003ccode\u003eGoogle.Cloud.AdvisoryNotifications.V1\u003c/code\u003e assembly and inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class, with its inherited members being available for use.\u003c/p\u003e\n"]]],[],null,["# Advisory Notifications v1 API - Class AdvisoryNotificationsService.AdvisoryNotificationsServiceBase (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.6.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.5.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.4.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.3.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.2.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.1.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/1.0.0/Google.Cloud.AdvisoryNotifications.V1.AdvisoryNotificationsService.AdvisoryNotificationsServiceBase) \n\n [BindServiceMethod(typeof(AdvisoryNotificationsService), \"BindService\")]\n public abstract class AdvisoryNotificationsService.AdvisoryNotificationsServiceBase\n\nReference documentation and code samples for the Advisory Notifications v1 API class AdvisoryNotificationsService.AdvisoryNotificationsServiceBase.\n\nBase class for server-side implementations of AdvisoryNotificationsService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AdvisoryNotificationsService.AdvisoryNotificationsServiceBase \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.AdvisoryNotifications.V1](/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest/Google.Cloud.AdvisoryNotifications.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AdvisoryNotifications.V1.dll\n\nMethods\n-------\n\n### GetNotification(GetNotificationRequest, ServerCallContext)\n\n public virtual Task\u003cNotification\u003e GetNotification(GetNotificationRequest request, ServerCallContext context)\n\nGets a notification.\n\n### GetSettings(GetSettingsRequest, ServerCallContext)\n\n public virtual Task\u003cSettings\u003e GetSettings(GetSettingsRequest request, ServerCallContext context)\n\nGet notification settings.\n\n### ListNotifications(ListNotificationsRequest, ServerCallContext)\n\n public virtual Task\u003cListNotificationsResponse\u003e ListNotifications(ListNotificationsRequest request, ServerCallContext context)\n\nLists notifications under a given parent.\n\n### UpdateSettings(UpdateSettingsRequest, ServerCallContext)\n\n public virtual Task\u003cSettings\u003e UpdateSettings(UpdateSettingsRequest request, ServerCallContext context)\n\nUpdate notification settings."]]