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 documentation covers the `DeleteEngineMetadata` class within the Google Cloud Discovery Engine v1 API, detailing its structure and functionality."],["The `DeleteEngineMetadata` class provides metadata about the progress of a `DeleteEngine` operation, which is returned by the `google.longrunning.Operation.metadata` field."],["The class includes properties for `CreateTime` and `UpdateTime`, both of which are represented as `Timestamp` objects, providing insight into when the operation was initiated and last modified."],["The `DeleteEngineMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and interactions."],["The API is available in multiple versions, with version 1.6.0 being the most recent, and users can access documentation for previous releases going back to version 1.0.0-beta06."]]],[]]