public sealed class CreateEngineMetadata : IMessage<CreateEngineMetadata>, IEquatable<CreateEngineMetadata>, IDeepCloneable<CreateEngineMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateEngineMetadata.
Metadata related to the progress of the
[EngineService.CreateEngine][google.cloud.discoveryengine.v1.EngineService.CreateEngine]
operation. This will be returned by the google.longrunning.Operation.metadata
field.
[[["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 `CreateEngineMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0, with links to other versions of the API."],["The `CreateEngineMetadata` class is used to track the progress of the `EngineService.CreateEngine` operation, as indicated by the metadata field in `google.longrunning.Operation`."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for metadata manipulation and cloning."],["`CreateEngineMetadata` class has two constructors: a default constructor and a copy constructor, taking `CreateEngineMetadata` as a parameter, and contains two properties, `CreateTime` and `UpdateTime`, to track the operation's timestamps."],["The namespace for this class is `Google.Cloud.DiscoveryEngine.V1`, and it is part of the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]