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 webpage details how to update a Document resource using a PATCH HTTP request to a specified URL, leveraging gRPC Transcoding syntax."],["The `document.name` path parameter specifies the unique identifier for the Document resource to be updated, following a specific format."],["The `allowMissing` and `updateMask` query parameters offer control over whether a new Document can be created if not found and which fields to update, respectively."],["The request and response bodies both utilize the Document resource format, allowing for structured data transfer."],["Updating a Document requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `discoveryengine.documents.update` IAM permission on the `name` resource."]]],[]]