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