public sealed class ListProcessorVersionsRequest : IMessage<ListProcessorVersionsRequest>, IEquatable<ListProcessorVersionsRequest>, IDeepCloneable<ListProcessorVersionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Document AI v1 API class ListProcessorVersionsRequest.
Request message for list all processor versions belongs to a processor.
Implements
IMessageListProcessorVersionsRequest, IEquatableListProcessorVersionsRequest, IDeepCloneableListProcessorVersionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
ListProcessorVersionsRequest()
public ListProcessorVersionsRequest()
ListProcessorVersionsRequest(ListProcessorVersionsRequest)
public ListProcessorVersionsRequest(ListProcessorVersionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListProcessorVersionsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of processor versions to return.
If unspecified, at most 10
processor versions will be returned.
The maximum value is 20
. Values above 20
will be coerced to 20
.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
We will return the processor versions sorted by creation time. The page token will point to the next processor version.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent (project, location and processor) to list all
versions. Format:
projects/{project}/locations/{location}/processors/{processor}
Property Value | |
---|---|
Type | Description |
string |
ParentAsProcessorName
public ProcessorName ParentAsProcessorName { get; set; }
ProcessorName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProcessorName |