Cloud Document AI v1 API - Class ListProcessorTypesRequest (3.5.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 list processor types.

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
Int32

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 type to list. The available processor types may depend on the allow-listing on projects. 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