public sealed class FetchProcessorTypesRequest : IMessage<FetchProcessorTypesRequest>, IEquatable<FetchProcessorTypesRequest>, IDeepCloneable<FetchProcessorTypesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class FetchProcessorTypesRequest.
Request message for the
[FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes]
method. Some processor types may require the project be added to an
allowlist.
[[["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-06-12 UTC."],[[["The `FetchProcessorTypesRequest` class is part of the Cloud Document AI v1beta3 API and is used to request processor types, with some types requiring project allowlisting."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered message operations."],["The `FetchProcessorTypesRequest` class includes a `Parent` property, which is a required string representing the location of processor types in the format `projects/{project}/locations/{location}`."],["The `FetchProcessorTypesRequest` class also has a constructor for creating new instances and one that accepts another `FetchProcessorTypesRequest` as a parameter."],["This class also has a property named `ParentAsLocationName` which is of type `LocationName`, and represents a typed view of the `Parent` resource name."]]],[]]