public sealed class UpdateSchemaMetadata : IMessage<UpdateSchemaMetadata>, IEquatable<UpdateSchemaMetadata>, IDeepCloneable<UpdateSchemaMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation is for the `UpdateSchemaMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`UpdateSchemaMetadata` serves as metadata for the UpdateSchema LRO (Long-Running Operation) and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `UpdateSchemaMetadata()` and a copy constructor `UpdateSchemaMetadata(UpdateSchemaMetadata other)`."],["It exposes two properties, `CreateTime` and `UpdateTime`, both of which are of type `Timestamp` and track the creation and last update time of an operation, respectively."],["This class inherits basic methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]