Google Cloud Document Ai V1 Client - Class ListProcessorVersionsRequest (1.7.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListProcessorVersionsRequest.

Request message for list all processor versions belongs to a processor.

Generated from protobuf message google.cloud.documentai.v1.ListProcessorVersionsRequest

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor}

↳ page_size int

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.

↳ page_token string

We will return the processor versions sorted by creation time. The page token will point to the next processor version.

getParent

Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor}

Returns
TypeDescription
string

setParent

Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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.

Returns
TypeDescription
int

setPageSize

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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

We will return the processor versions sorted by creation time. The page token will point to the next processor version.

Returns
TypeDescription
string

setPageToken

We will return the processor versions sorted by creation time. The page token will point to the next processor version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor} Please see Google\Cloud\DocumentAI\V1\DocumentProcessorServiceClient::processorName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\ListProcessorVersionsRequest