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 API endpoint retrieves a specific notification using a `GET` request at a designated URL with a predefined syntax for the notification's name."],["The request requires a `name` path parameter, specifying the full resource identifier of the notification, and an optional `languageCode` query parameter to specify the desired language for the returned content."],["The request body must be empty for this operation, and upon success, the response body will contain the detailed notification information in a `Notification` instance."],["Access to this endpoint is restricted and requires the `advisorynotifications.notifications.get` IAM permission on the specified notification resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]