Cloud Document AI v1beta3 API - Class ListProcessorsRequest (2.0.0-beta18)

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

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

Request message for list all processors belongs to a project.

Inheritance

object > ListProcessorsRequest

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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
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
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