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 page details how to update a Schema using a PATCH HTTP request targeting a specific schema resource name."],["The request URL utilizes gRPC Transcoding and requires a `schema.name` path parameter, which specifies the unique identifier of the schema to be updated."],["An optional `allowMissing` query parameter can be used, which, if set to true, allows the creation of a new schema if the specified one is not found, bypassing the `updateMask` parameter."],["The request body must include an instance of the Schema to be updated, and a successful response will return an Operation instance."],["Updating a Schema requires the `discoveryengine.schemas.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]