public sealed class DeleteProcessorMetadata : IMessage<DeleteProcessorMetadata>, IEquatable<DeleteProcessorMetadata>, IDeepCloneable<DeleteProcessorMetadata>, IBufferMessage, IMessage
The long running operation metadata for delete processor method.
[[["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 webpage details the `DeleteProcessorMetadata` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically showing versions from 1.0.0 to the latest 3.19.0."],["The `DeleteProcessorMetadata` class is used for the long-running operation metadata when deleting a processor, and it inherits from `Object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and a copy constructor to construct a `DeleteProcessorMetadata` object, it also contains a property called `CommonMetadata` of type `CommonOperationMetadata`."],["This class provides the functionality necessary to delete a processor, it is a part of the assembly `Google.Cloud.DocumentAI.V1.dll`."],["It includes versioning history, meaning that the version is tracked, with 3.19.0 being the latest."]]],[]]