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 page provides reference documentation for the `CreateEngineMetadata` class within the Google Cloud Discovery Engine v1 API, specifically detailing its structure, implementation, and metadata."],["The `CreateEngineMetadata` class, part of the `Google.Cloud.DiscoveryEngine.V1` namespace, is used to track the progress of `EngineService.CreateEngine` operations."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEngineMetadata` class includes properties for `CreateTime` and `UpdateTime`, both of which are of type `Timestamp` and used for tracking operation timing."],["Multiple versions of the `CreateEngineMetadata` class are accessible, with version 1.6.0 being the latest and 1.0.0-beta06 being the earliest."]]],[]]