public sealed class GetProcessorRequest : IMessage<GetProcessorRequest>, IEquatable<GetProcessorRequest>, IDeepCloneable<GetProcessorRequest>, IBufferMessage, IMessage
[[["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 `GetProcessorRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, used for retrieving processor information in Google Cloud Document AI."],["The latest version of `GetProcessorRequest` is 3.19.0, with multiple past versions, from 1.0.0 to 3.18.0, also being accessible via this page."],["`GetProcessorRequest` implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class includes properties such as `Name` (a string) and `ProcessorName` (a typed view) to specify the target processor for the request."],["The `GetProcessorRequest` class has two constructors, one empty and one with a `GetProcessorRequest` parameter, allowing for object initialization and cloning."]]],[]]