[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-05-25 UTC."],[],["This describes retrieving a setting value via a `GET` HTTP request to a specific URL: `https://resourcesettings.googleapis.com/v1alpha1/{name=organizations/*/settings/*/value}`. The `name` parameter within the URL is a string specifying the setting value to retrieve, needing the `resourcesettings.settingvalues.get` IAM permission. The request body must be empty, and the response, if successful, returns a `SettingValue` instance. The process uses gRPC Transcoding and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope. A `NOT_FOUND` error is given if the setting value does not exist.\n"]]