Required. Full resource name of Document, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{document}.
If the caller does not have permission to access the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Document 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 Document.
[[["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 outlines how to retrieve a specific Document resource using a GET request."],["The request URL follows gRPC Transcoding syntax and requires a `name` parameter that specifies the full resource path of the Document to be retrieved."],["The request body must be empty, as there are no parameters to be sent in this request type."],["A successful request will return the Document instance in the response body."],["Retrieving a Document requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permission `discoveryengine.documents.get` on the specified resource."]]],[]]