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 2025-04-23 UTC."],[[["\u003cp\u003eThe settings define how advisory notifications are configured, including which notification types are enabled.\u003c/p\u003e\n"],["\u003cp\u003eSettings are identified by a resource name, following the format \u003ccode\u003eorganizations/{organization}/locations/{location}/settings\u003c/code\u003e or \u003ccode\u003eprojects/{projects}/locations/{location}/settings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003enotificationSettings\u003c/code\u003e field is a map that pairs each notification type with its specific settings, allowing multiple settings to be configured simultaneously.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eNotificationSettings\u003c/code\u003e object specifies whether a given notification type is enabled using a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eetag\u003c/code\u003e field is crucial for managing concurrent updates, ensuring data integrity by validating settings against the current server version.\u003c/p\u003e\n"]]],[],null,["# Settings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NotificationSettings](#NotificationSettings)\n - [JSON representation](#NotificationSettings.SCHEMA_REPRESENTATION)\n\nSettings for Advisory Notifications.\n\nNotificationSettings\n--------------------\n\nSettings for each NotificationType."]]