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 fetch processor types.
Implements
IMessageFetchProcessorTypesRequest, IEquatableFetchProcessorTypesRequest, IDeepCloneableFetchProcessorTypesRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
FetchProcessorTypesRequest()
public FetchProcessorTypesRequest()
FetchProcessorTypesRequest(FetchProcessorTypesRequest)
public FetchProcessorTypesRequest(FetchProcessorTypesRequest other)
Name | Description |
other | FetchProcessorTypesRequest |
Properties
Parent
public string Parent { get; set; }
Required. The project of processor type to list.
The available processor types may depend on the allow-listing on projects.
Format: projects/{project}/locations/{location}
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Type | Description |
LocationName |