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 at a specific URL."],["The `schema.name` parameter in the URL is a required string that specifies the full resource name of the Schema, and it must not exceed 1024 characters."],["The `allowMissing` query parameter can create a new Schema if it doesn't exist, in which case the `updateMask` is ignored."],["Updating a Schema involves sending a request body containing an instance of the Schema, and the response body will contain an Operation instance upon successful completion."],["To perform this update operation, the request must be authorized with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and requires the `discoveryengine.schemas.update` IAM permission."]]],[]]