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 version 1.3.0, and the class is used for metadata related to the progress of an engine deletion operation."],["The `DeleteEngineMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor (`DeleteEngineMetadata()`) and a copy constructor (`DeleteEngineMetadata(DeleteEngineMetadata other)`), which accepts another instance of `DeleteEngineMetadata` as a parameter."],["It includes two key properties, `CreateTime` and `UpdateTime`, both of which are of the type `Timestamp` and describe the operation's creation and update times, respectively."],["The latest version available is 1.6.0, and older versions ranging from 1.5.0 down to 1.0.0-beta06 are also accessible in the documentation provided."]]],[]]