Required. Fingerprint for optimistic concurrency returned in Get requests.
Must be provided for Update requests. If the value provided does not match
the value known to the server, ABORTED will be thrown, and the client
should retry the read-modify-write cycle.
public MapField<string, NotificationSettings> NotificationSettings { get; }
Required. Map of each notification type and its settings to get/set all
settings at once. The server will validate the value for each notification
type.
[[["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-03-21 UTC."],[[["The latest version of the Advisory Notifications v1 API is 1.7.0, with several earlier versions available, including 1.3.0 which is the version this documentation refers to."],["The `Settings` class in the `Google.Cloud.AdvisoryNotifications.V1` namespace provides configuration options for the Advisory Notifications API and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Settings` class includes properties like `Etag` for concurrency control, `Name` for resource identification, `NotificationSettings` for configuring notification types, and `SettingsName` for a typed view of the resource name."],["The Settings class includes two constructors, a default one, and one to make a copy of an existing settings."],["The Settings class inherits from [object](https://learn.microsoft.com/dotnet/api/system.object) and its members: GetHashCode(), GetType(), and ToString()."]]],[]]