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 page provides reference documentation for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, spanning multiple versions from 1.0.0 to the latest 3.19.0."],["The `DeleteProcessorVersionRequest` class is used to formulate requests for deleting a processor version and is a part of the `Google.Cloud.DocumentAI.V1` namespace."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteProcessorVersionRequest` class include `Name` (a string representing the resource name to delete) and `ProcessorVersionName` (a typed view of the resource name)."],["There are two constructors available for the `DeleteProcessorVersionRequest` class, a parameterless constructor and one that accepts another instance of the same class."]]],[]]