Required. The name of the preview. Format: 'projects/{projectId}/locations/{location}/previews/{preview}'. It takes the form projects/{project}/locations/{location}/previews/{preview}.
Authorization requires the following IAM permission on the specified resource name:
config.previews.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Preview.
[[["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-11-01 UTC."],[[["This page details how to retrieve information about a specific Preview using a GET request to the Google Config API."],["The request URL requires a specific format using gRPC Transcoding syntax, including project, location, and preview details within the path."],["The request body must be empty, and the response will contain the requested Preview data if the call is successful."],["Access requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `config.previews.get` on the specified resource."],["The required parameter to perform this request is `name`, which must be in the format 'projects/{projectId}/locations/{location}/previews/{preview}'."]]],[]]