Immutable. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/schemas/{schema}.
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 Schema is not found, a new Schema is created. In this situation, updateMask is ignored.
[[["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 document describes how to update a Schema using a PATCH HTTP request."],["The request URL follows gRPC Transcoding syntax and includes a `schema.name` path parameter, formatted as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/schemas/{schema}`."],["An `allowMissing` query parameter is available, allowing for the creation of a new Schema if one is not found."],["The request body should contain an instance of a Schema, and a successful response will contain an instance of an Operation."],["Updating a schema requires the `discoveryengine.schemas.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]