Required. Full resource name of SampleQuery, such as projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}/sampleQueries/{sampleQuery}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery does not exist, a NOT_FOUND error is returned.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SampleQuery.
[[["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-01-09 UTC."],[[["This page details how to retrieve a specific `SampleQuery` resource using a GET request."],["The HTTP request is made to a URL that follows gRPC Transcoding syntax, including the full resource name as a path parameter."],["The request requires a `name` parameter to identify the specific `SampleQuery`, which must follow the format of `projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}/sampleQueries/{sampleQuery}`."],["The request body must be empty, and a successful request returns an instance of the requested `SampleQuery` in the response body."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.sampleQueries.get` IAM permission on the `name` resource."]]],[]]