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.
Implements
IMessage<ListProcessorsRequest>, IEquatable<ListProcessorsRequest>, IDeepCloneable<ListProcessorsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DocumentAI.V1Assembly
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 |
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 | |
---|---|
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 |