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 HTTP request."],["The request URL requires a `name` parameter that specifies the full resource name of the `SampleQuery` to be accessed."],["The request body for this operation must be empty, as no data is sent in the body."],["A successful response will include an instance of the requested `SampleQuery` in the response body."],["Access to the `SampleQuery` requires the `discoveryengine.sampleQueries.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]