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] is
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 documentation for the `UpdateSchemaRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0, with links to other versions of the API."],["The `UpdateSchemaRequest` class is used as a request message for the `SchemaService.UpdateSchema` method and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `object` and has two constructors, `UpdateSchemaRequest()` and `UpdateSchemaRequest(UpdateSchemaRequest other)`, along with two properties: `AllowMissing` (a boolean) and `Schema` (of type `Schema`)."],["The `AllowMissing` property, if set to true, will result in a new schema creation if the designated schema is not found, and in this case the `update_mask` is ignored."],["The `Schema` property is a required field that represents the `Schema` to update."]]],[]]