Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.
Query parameters
Parameters
languageCode
string
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Notification.
[[["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."],[[["This endpoint retrieves a specific notification using a GET request, identified by its unique name in the URL path."],["The request requires specifying the notification's name within the URL path parameters, following the format `organizations/*/locations/*/notifications/*` or `projects/*/locations/*/notifications/*`."],["An optional `languageCode` can be provided as a query parameter to receive the notification's content in a specific language, defaulting to English if not specified."],["The request body must be empty, and a successful response will return a `Notification` instance in the response body."],["Access to this endpoint requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `advisorynotifications.notifications.get` IAM permission on the specified notification resource."]]],[]]