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 document provides reference documentation for the `UpdateSchemaMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, with links to other versions of the API."],["`UpdateSchemaMetadata` is a class that represents metadata for the `UpdateSchema` LRO (Long-Running Operation), and it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another `UpdateSchemaMetadata` object as a parameter for copying, and two properties, `CreateTime` and `UpdateTime`, both of which are of type `Timestamp`."],["The `CreateTime` and `UpdateTime` properties are used to record the creation and last update times of the operation respectively, with `UpdateTime` also serving as the finish time when the operation is complete."]]],[]]