public sealed class DeleteProcessorVersionRequest : IMessage<DeleteProcessorVersionRequest>, IEquatable<DeleteProcessorVersionRequest>, IDeepCloneable<DeleteProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorVersionRequest.
Request message for the
[DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion]
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 document provides reference information for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, including its properties and implementation details."],["The latest version available for the `DeleteProcessorVersionRequest` is 3.19.0, while the page content specifically references version 3.9.0, indicating a history of prior versions."],["The `DeleteProcessorVersionRequest` class is used to construct requests for deleting a processor version, as part of the `DocumentProcessorService` in the API."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteProcessorVersionRequest` class include `Name`, which specifies the resource name of the processor version to be deleted, and `ProcessorVersionName`, which provides a typed view of this name."]]],[]]