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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent (project, location and processor) to list all versions. Format: |
↳ 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}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent (project, location and processor) to list all versions.
Format: projects/{project}/locations/{location}/processors/{processor}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field int32 page_size = 2;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
We will return the processor versions sorted by creation time. The page token will point to the next processor version.
Generated from protobuf field string page_token = 3;
Returns | |
---|---|
Type | Description |
string |
setPageToken
We will return the processor versions sorted by creation time. The page token will point to the next processor version.
Generated from protobuf field string page_token = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |