Cloud Document AI v1 API - Class ListProcessorTypesRequest (3.15.0)

public sealed class ListProcessorTypesRequest : IMessage<ListProcessorTypesRequest>, IEquatable<ListProcessorTypesRequest>, IDeepCloneable<ListProcessorTypesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Document AI v1 API class ListProcessorTypesRequest.

Request message for the [ListProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes] method. Some processor types may require the project be added to an allowlist.

Inheritance

object > ListProcessorTypesRequest

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorTypesRequest()

public ListProcessorTypesRequest()

ListProcessorTypesRequest(ListProcessorTypesRequest)

public ListProcessorTypesRequest(ListProcessorTypesRequest other)
Parameter
NameDescription
otherListProcessorTypesRequest

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
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The location of processor types to list. Format: projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName