public sealed class UpdateSchemaMetadata : IMessage<UpdateSchemaMetadata>, IEquatable<UpdateSchemaMetadata>, IDeepCloneable<UpdateSchemaMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateSchemaMetadata.
[[["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 webpage provides documentation for the `UpdateSchemaMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0."],["`UpdateSchemaMetadata` is a sealed class used for handling metadata related to the UpdateSchema operation, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` class and includes properties for tracking the creation and update times of operations, represented by the `CreateTime` and `UpdateTime` properties of type `Timestamp`."],["There are two constructors available for creating instances of `UpdateSchemaMetadata`: a default constructor and one that accepts another `UpdateSchemaMetadata` object for initialization."],["This is not the latest version, with the latest available version of this class being 1.6.0."]]],[]]