public sealed class CreateEngineMetadata : IMessage<CreateEngineMetadata>, IEquatable<CreateEngineMetadata>, IDeepCloneable<CreateEngineMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CreateEngineMetadata.
Metadata related to the progress of the
[EngineService.CreateEngine][google.cloud.discoveryengine.v1beta.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."],[[["The `CreateEngineMetadata` class in the Discovery Engine v1beta API provides metadata for the progress of a `CreateEngine` operation, and is returned in the `google.longrunning.Operation.metadata` field."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default `CreateEngineMetadata()` constructor, and another that accepts a `CreateEngineMetadata` object as a parameter."],["`CreateEngineMetadata` includes properties for `CreateTime` and `UpdateTime`, both of which are of type `Timestamp` and represent the operation's creation time and last update time, respectively."],["This class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is found within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]