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.5.0."],["`CreateSchemaMetadata` is a class used for handling metadata related to the creation of schemas, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `CreateSchemaMetadata()` and `CreateSchemaMetadata(CreateSchemaMetadata other)`, for creating new instances or copying from existing ones."],["The `CreateSchemaMetadata` class includes properties `CreateTime` and `UpdateTime`, both of which are of type `Timestamp`, to track when an operation was created and last updated, respectively."],["The documentation lists the version history for `CreateSchemaMetadata`, with version 1.6.0 being the most recent, and details inheritance from the base object class."]]],[]]