public sealed class DeployProcessorVersionRequest : IMessage<DeployProcessorVersionRequest>, IEquatable<DeployProcessorVersionRequest>, IDeepCloneable<DeployProcessorVersionRequest>, IBufferMessage, IMessage
Request message for the deploy processor version 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 details the `DeployProcessorVersionRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, presenting a request message for the deploy processor version method."],["The latest version of this request is 3.19.0, and the page offers documentation for versions ranging from 1.0.0 to 3.19.0, with each version hyperlinked to its respective documentation."],["The `DeployProcessorVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to its function within Google's .NET libraries."],["The class has two constructors, one being the default constructor, and the other allows for another `DeployProcessorVersionRequest` to be used as a parameter."],["The class has two properties: `Name` which is a string indicating the name of the processor version to be deployed, and `ProcessorVersionName`, which is a `ProcessorVersionName`-typed view over the `Name` property."]]],[]]