public sealed class UndeployProcessorVersionRequest : IMessage<UndeployProcessorVersionRequest>, IEquatable<UndeployProcessorVersionRequest>, IDeepCloneable<UndeployProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class UndeployProcessorVersionRequest.
Request message for the
[UndeployProcessorVersion][google.cloud.documentai.v1.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 page provides reference documentation for the `UndeployProcessorVersionRequest` class in the Google Cloud Document AI v1 API, specifically within version 3.16.0 of the .NET library."],["The `UndeployProcessorVersionRequest` class is used to build request messages for the `UndeployProcessorVersion` method in the Document AI service and includes a required property, `Name`, for specifying the processor version resource to undeploy."],["The Document AI v1 API offers a variety of versions for this class, ranging from version 1.0.0 to the latest version 3.19.0, with links to each version's documentation provided."],["This `UndeployProcessorVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` and `System` namespaces."],["The class includes a constructor and a copy constructor for creating instances of `UndeployProcessorVersionRequest`."]]],[]]