public sealed class UpdateSchemaRequest : IMessage<UpdateSchemaRequest>, IEquatable<UpdateSchemaRequest>, IDeepCloneable<UpdateSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateSchemaRequest.
Request message for
[SchemaService.UpdateSchema][google.cloud.discoveryengine.v1.SchemaService.UpdateSchema]
method.
If set to true, and the [Schema][google.cloud.discoveryengine.v1.Schema] is
not found, a new [Schema][google.cloud.discoveryengine.v1.Schema] will be
created. In this situation, update_mask 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-03-21 UTC."],[[["This document provides reference information for the `UpdateSchemaRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.0.0-beta06."],["`UpdateSchemaRequest` is a request message used by the `SchemaService.UpdateSchema` method, and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `AllowMissing`, which determines if a new schema should be created if one isn't found, and `Schema`, which is the required schema to be updated."],["The latest version of the API is 1.6.0, and the webpage provides access to the documentation for versions ranging from 1.0.0-beta06 up to 1.6.0."]]],[]]