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."],[[["The `UpdateSchemaMetadata` class is part of the Google Cloud Discovery Engine v1 API, specifically within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class is designed to provide metadata for the UpdateSchema Long-Running Operation (LRO) within the API."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing functionalities such as deep cloning and message handling."],["The class has two constructors: a default one and another that takes an `UpdateSchemaMetadata` object for copying."],["It contains properties for `CreateTime` and `UpdateTime`, which are timestamps indicating when the operation was created and last updated, using the Google Protobuf Timestamp type."]]],[]]