public sealed class DeployProcessorVersionRequest : IMessage<DeployProcessorVersionRequest>, IEquatable<DeployProcessorVersionRequest>, IDeepCloneable<DeployProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeployProcessorVersionRequest.
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 provides documentation for the `DeployProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for .NET developers."],["The `DeployProcessorVersionRequest` class is used to request the deployment of a specific processor version, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.19.0, with the documentation also covering versions back to 1.0.0, and this specific page focusing on 3.4.0."],["Key properties of the class include `Name`, which is a string representing the resource name of the processor version, and `ProcessorVersionName`, which is a typed view over the `Name` property, used to specify the version of the processor to be deployed."],["The page contains detailed information on the constructors, properties and inherited members associated with the DeployProcessorVersionRequest class."]]],[]]