public sealed class ListProcessorTypesRequest : IMessage<ListProcessorTypesRequest>, IEquatable<ListProcessorTypesRequest>, IDeepCloneable<ListProcessorTypesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Document AI v1beta3 API class ListProcessorTypesRequest.
Request message for the [ListProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessorTypes] method. Some processor types may require the project be added to an allowlist.
Implements
IMessageListProcessorTypesRequest, IEquatableListProcessorTypesRequest, IDeepCloneableListProcessorTypesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ListProcessorTypesRequest()
public ListProcessorTypesRequest()ListProcessorTypesRequest(ListProcessorTypesRequest)
public ListProcessorTypesRequest(ListProcessorTypesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProcessorTypesRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of processor types to return.
If unspecified, at most 100 processor types will be returned.
The maximum value is 500. Values above 500 will be coerced to 500.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Used to retrieve the next page of results, empty if at the end of the list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|