public sealed class ListProcessorVersionsRequest : IMessage<ListProcessorVersionsRequest>, IEquatable<ListProcessorVersionsRequest>, IDeepCloneable<ListProcessorVersionsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for list all processor versions belongs to a processor.
Implements
IMessage<ListProcessorVersionsRequest>, IEquatable<ListProcessorVersionsRequest>, IDeepCloneable<ListProcessorVersionsRequest>, 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 |
Int32 |
|
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 |
|