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 via gRPC Transcoding."],["The `schema.name` path parameter is required, specifying the full resource name of the schema to be updated and is limited to 1024 characters."],["The `allowMissing` query parameter, if true, will create a new Schema if one isn't found and ignores the `updateMask`."],["The request body should contain an instance of the Schema being updated, while a successful response will contain an Operation instance."],["Updating a Schema requires the `discoveryengine.schemas.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]