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 API call updates a Schema resource within a data store, which is identified by a full resource name specified in the `schema.name` path parameter."],["The HTTP request to update a schema uses the PATCH method at a specific URL that follows gRPC Transcoding syntax, requiring the schema's full resource name in the URL path."],["The `allowMissing` query parameter can be set to `true` to create a new Schema if one isn't found, overriding the `updateMask` in such cases."],["Updating a schema requires the `discoveryengine.schemas.update` IAM permission on the specified schema resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body should contain the instance of a Schema, while a successful operation will return an instance of an Operation in the response body."]]],[]]