Cloud Document AI v1 API - Class ListProcessorsRequest (3.6.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
NameDescription
otherListProcessorsRequest

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

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName