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."],[[["The `CreateEngineMetadata` class in the Google Cloud Discovery Engine v1 API provides metadata about the progress of an `EngineService.CreateEngine` operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities like serialization and cloning."],["The `CreateEngineMetadata` class includes properties `CreateTime` and `UpdateTime`, which represent the operation's creation and last update times, respectively, both as `Timestamp` objects."],["There are multiple versions of the `CreateEngineMetadata` class available in the API, with `1.6.0` being the most recent, and it can be created with either default values or values from another instance."]]],[]]