public sealed class CreateSchemaMetadata : IMessage<CreateSchemaMetadata>, IEquatable<CreateSchemaMetadata>, IDeepCloneable<CreateSchemaMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation provides details for the `CreateSchemaMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`CreateSchemaMetadata` is a class representing metadata for a Create Schema operation, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members such as `GetHashCode()`, `GetType()`, and `ToString()`, and it is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The class provides two constructors, one default and another that accepts an existing `CreateSchemaMetadata` object as a parameter, and it also includes two properties: `CreateTime` and `UpdateTime`, which are both of type `Timestamp`."],["The `CreateTime` and `UpdateTime` properties represent the operation's creation time and last update time, respectively, which also represents the operation's finish time if the operation has completed."]]],[]]