Cloud Document AI v1 API - Class ListProcessorVersionsRequest (3.2.0)

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.

Inheritance

Object > ListProcessorVersionsRequest

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorVersionsRequest()

public ListProcessorVersionsRequest()

ListProcessorVersionsRequest(ListProcessorVersionsRequest)

public ListProcessorVersionsRequest(ListProcessorVersionsRequest other)
Parameter
NameDescription
otherListProcessorVersionsRequest

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

ParentAsProcessorName

public ProcessorName ParentAsProcessorName { get; set; }

ProcessorName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProcessorName