Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
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.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
etag
string
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.
NotificationSettings
Settings for each NotificationType.
JSON representation
{"enabled": boolean}
Fields
enabled
boolean
Whether the associated NotificationType is enabled.
[[["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 2024-04-05 UTC."],[[["The settings define how advisory notifications are configured, including which notification types are enabled."],["Settings are identified by a resource name, following the format `organizations/{organization}/locations/{location}/settings` or `projects/{projects}/locations/{location}/settings`."],["The `notificationSettings` field is a map that pairs each notification type with its specific settings, allowing multiple settings to be configured simultaneously."],["Each `NotificationSettings` object specifies whether a given notification type is enabled using a boolean value."],["The `etag` field is crucial for managing concurrent updates, ensuring data integrity by validating settings against the current server version."]]],[]]