public sealed class UndeployProcessorVersionRequest : IMessage<UndeployProcessorVersionRequest>, IEquatable<UndeployProcessorVersionRequest>, IDeepCloneable<UndeployProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class UndeployProcessorVersionRequest.
Request message for the
[UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion]
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 `UndeployProcessorVersionRequest` class within the Google Cloud Document AI v1beta3 API, used for requesting the undeployment of a processor version."],["The latest version of the `UndeployProcessorVersionRequest` class is 2.0.0-beta23, and it is accessible alongside other versions such as 2.0.0-beta22 and 1.0.0-beta04."],["The `UndeployProcessorVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties within this class include `Name`, which represents the resource name of the processor version to be undeployed, and `ProcessorVersionName`, which provides a typed view over the `Name` property."],["The class includes two constructors, a default constructor `UndeployProcessorVersionRequest()` and an overload constructor `UndeployProcessorVersionRequest(UndeployProcessorVersionRequest other)` to create an instance based on another instance of the class."]]],[]]