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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eUndeployProcessorVersionRequest\u003c/code\u003e class within the Google Cloud Document AI v1beta3 API, used for requesting the undeployment of a processor version.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eUndeployProcessorVersionRequest\u003c/code\u003e class is 2.0.0-beta23, and it is accessible alongside other versions such as 2.0.0-beta22 and 1.0.0-beta04.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUndeployProcessorVersionRequest\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within this class include \u003ccode\u003eName\u003c/code\u003e, which represents the resource name of the processor version to be undeployed, and \u003ccode\u003eProcessorVersionName\u003c/code\u003e, which provides a typed view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, a default constructor \u003ccode\u003eUndeployProcessorVersionRequest()\u003c/code\u003e and an overload constructor \u003ccode\u003eUndeployProcessorVersionRequest(UndeployProcessorVersionRequest other)\u003c/code\u003e to create an instance based on another instance of the class.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class UndeployProcessorVersionRequest (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest) \n\n public sealed class UndeployProcessorVersionRequest : IMessage\u003cUndeployProcessorVersionRequest\u003e, IEquatable\u003cUndeployProcessorVersionRequest\u003e, IDeepCloneable\u003cUndeployProcessorVersionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class UndeployProcessorVersionRequest.\n\nRequest message for the\n\\[UndeployProcessorVersion\\]\\[google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UndeployProcessorVersionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UndeployProcessorVersionRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UndeployProcessorVersionRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UndeployProcessorVersionRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### UndeployProcessorVersionRequest()\n\n public UndeployProcessorVersionRequest()\n\n### UndeployProcessorVersionRequest(UndeployProcessorVersionRequest)\n\n public UndeployProcessorVersionRequest(UndeployProcessorVersionRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The processor version resource name to be undeployed.\n\n### ProcessorVersionName\n\n public ProcessorVersionName ProcessorVersionName { get; set; }\n\n[ProcessorVersionName](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessorVersionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.UndeployProcessorVersionRequest#Google_Cloud_DocumentAI_V1Beta3_UndeployProcessorVersionRequest_Name) resource name property."]]