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-24 UTC."],[[["This page provides documentation for the `UndeployProcessorVersionRequest` class within the Google Cloud Document AI v1beta3 API."],["The `UndeployProcessorVersionRequest` class is used to create request messages for the `UndeployProcessorVersion` method, allowing users to undeploy a specific processor version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Name` (a string) and `ProcessorVersionName` (of type `ProcessorVersionName`), which are used to specify the processor version to be undeployed."],["The documentation covers multiple versions of this class, with version 2.0.0-beta23 being the latest, followed by 2.0.0-beta22 and 1.0.0-beta04."]]],[]]