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 a specified URL."],["The request URL requires a `document.name` path parameter, which is a string representing the full resource name of the document to be updated."],["The request can accept optional query parameters `allowMissing`, which will allow for the creation of a new document if the target document doesn't exist, and `updateMask`, which will let you select what fields of the document will be updated."],["The request body should contain the Document, which needs to be updated, and the response body will also contain the Document if successful."],["Updating a Document requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.documents.update` on the target resource."]]],[]]