Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor} It takes the form projects/{project}/locations/{location}/processors/{processor}.
Authorization requires the following IAM permission on the specified resource parent:
documentai.processorVersions.list
Query parameters
Parameters
pageSize
integer
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.
pageToken
string
We will return the processor versions sorted by creation time. The page token will point to the next processor version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-07 UTC."],[[["This endpoint (`projects.locations.processors.processorVersions.list`) retrieves a list of all versions of a specified processor."],["The request requires the `parent` path parameter, which specifies the project, location, and processor, formatted as `projects/{project}/locations/{location}/processors/{processor}`."],["You can use the `pageSize` query parameter to limit the number of processor versions returned, with a maximum of 20, and if not set, it will return at most 10 versions."],["The `pageToken` query parameter allows you to navigate through the list of processor versions, which are sorted by creation time."],["The response will list the `processorVersions` along with the `nextPageToken` if it exists, and requesting this requires the IAM permission `documentai.processorVersions.list` and the `https://www.googleapis.com/auth/cloud-platform` scope."]]],[]]