Required. Full resource name of Chunk, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the Chunk, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk 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 Chunk.
[[["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 webpage details how to retrieve a specific Chunk resource using a GET request."],["The HTTP request uses a specific URL structure with gRPC Transcoding, requiring a fully specified resource name in the format `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{document}/chunks/{chunk}`."],["The request requires the caller to have appropriate permissions to access the specified Chunk resource, returning an error if not."],["The request body must be empty, and the successful response body will be a Chunk instance."],["Authorization for this request requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]