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 interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality such as message handling, equality checks, deep cloning, and buffer message handling."],["The `CreateEngineMetadata` class has two constructors: a default constructor `CreateEngineMetadata()` and a copy constructor `CreateEngineMetadata(CreateEngineMetadata other)`."],["It has two properties: `CreateTime` which is of type `Timestamp` and provides the time of operation creation, and `UpdateTime` of type `Timestamp` which provides the last update or finish time of the operation."],["This documentation covers versions `1.0.0-beta18` and `1.0.0-beta17` of the Google Cloud Discovery Engine v1beta API and is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."]]],[]]