Cloud Document AI v1 API - Class ListProcessorsRequest (3.16.0)

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

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

Request message for list all processors belongs to a project.

Inheritance

object > ListProcessorsRequest

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorsRequest()

public ListProcessorsRequest()

ListProcessorsRequest(ListProcessorsRequest)

public ListProcessorsRequest(ListProcessorsRequest other)
Parameter
Name Description
other ListProcessorsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of processors to return. If unspecified, at most 50 processors will be returned. The maximum value is 100. Values above 100 will be coerced to 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

We will return the processors sorted by creation time. The page token will point to the next processor.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent (project and location) which owns this collection of Processors. 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