public sealed class DeleteEngineMetadata : IMessage<DeleteEngineMetadata>, IEquatable<DeleteEngineMetadata>, IDeepCloneable<DeleteEngineMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteEngineMetadata.
Metadata related to the progress of the
[EngineService.DeleteEngine][google.cloud.discoveryengine.v1beta.EngineService.DeleteEngine]
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 documentation details the `DeleteEngineMetadata` class, part of the Google Cloud Discovery Engine v1beta API, specifically within version 1.0.0-beta17."],["`DeleteEngineMetadata` tracks the progress of a `DeleteEngine` operation, providing metadata for its execution, and is returned by the google.longrunning.Operation.metadata field."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it applicable to a wide range of scenarios."],["The `DeleteEngineMetadata` class provides two constructors, a default constructor and one that accepts another `DeleteEngineMetadata` instance."],["The class features `CreateTime` and `UpdateTime` properties, both of type `Timestamp`, to track when the operation was initiated and its last update or completion."]]],[]]