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 webpage provides documentation for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.18.0."],["The `DeleteProcessorVersionRequest` class is used to request the deletion of a processor version, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string) and `ProcessorVersionName` (a `ProcessorVersionName`-typed view), representing the processor version resource to be deleted."],["The page also provides links to documentation for other versions of the `DeleteProcessorVersionRequest`, ranging from 1.0.0 to the latest version, 3.19.0, showing the version history."],["The page contains information about the methods, implemented interfaces, inherited members, constructors, and the properties associated with the `DeleteProcessorVersionRequest` class."]]],[]]