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."],[[["`DeleteEngineMetadata` is a class within the Discovery Engine v1beta API, representing metadata related to the progress of deleting an engine."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is found in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["`DeleteEngineMetadata` includes constructors for default initialization and for creating a new instance from an existing `DeleteEngineMetadata` object."],["The class has properties for `CreateTime` and `UpdateTime`, which track the operation's creation and last update times, respectively, both represented as `Timestamp` types."]]],[]]