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 reference documentation for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.8.0."],["The `DeleteProcessorVersionRequest` class is used to create requests for deleting a processor version and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage also contains a list of historical versions of the API, ranging from the latest 3.19.0 down to 1.0.0, for the `DeleteProcessorVersionRequest`."],["The class includes two constructors, one default and one that copies from another `DeleteProcessorVersionRequest` instance, as well as properties to access and manipulate the processor version's name."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]