Immutable. The full resource name of the document. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{documentId}.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
Query parameters
Parameters
allowMissing
boolean
If set to true and the Document is not found, a new Document is be created.
[[["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-02-28 UTC."],[[["This page details how to update a Document resource using a PATCH HTTP request to the specified URL, adhering to gRPC Transcoding syntax."],["The request requires a `document.name` path parameter, which specifies the document's full resource name, and it must be a UTF-8 encoded string with a maximum length of 1024 characters."],["Optional query parameters `allowMissing` and `updateMask` allow for creating a new document if one is not found, and selectively updating specific fields of the document respectively."],["The request body should include an instance of the Document, and a successful request will also return an instance of the Document in the response body."],["To make the request, the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.documents.update` on the specified resource are required."]]],[]]