public sealed class DeleteEngineMetadata : IMessage<DeleteEngineMetadata>, IEquatable<DeleteEngineMetadata>, IDeepCloneable<DeleteEngineMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteEngineMetadata.
Metadata related to the progress of the
[EngineService.DeleteEngine][google.cloud.discoveryengine.v1.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 document provides reference information for the `DeleteEngineMetadata` class within the Google Cloud Discovery Engine v1 API, specifically detailing its structure, usage, and implementation."],["`DeleteEngineMetadata` is utilized to track the progress of a `DeleteEngine` operation, with its data provided through the `google.longrunning.Operation.metadata` field."],["The class `DeleteEngineMetadata` has multiple versions available, with the latest being 1.6.0, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance or cloning an existing one, along with properties for tracking `CreateTime` and `UpdateTime` using the `Timestamp` type."]]],[]]