public sealed class CreateSchemaMetadata : IMessage<CreateSchemaMetadata>, IEquatable<CreateSchemaMetadata>, IDeepCloneable<CreateSchemaMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateSchemaMetadata.
[[["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 `CreateSchemaMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0, and details how it is utilized."],["The `CreateSchemaMetadata` class, which is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and the `Google.Cloud.DiscoveryEngine.V1.dll` assembly, serves as metadata for the Create Schema Long-Running Operation (LRO)."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, using the inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default one (`CreateSchemaMetadata()`) and one that takes another `CreateSchemaMetadata` object as a parameter, and it also includes `CreateTime` and `UpdateTime` properties of type `Timestamp` for tracking the operation's start and update times."],["Several prior versions of this API are available to browse, ranging from version 1.0.0-beta06 to the latest version, 1.6.0."]]],[]]