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 a `parent` path parameter in the format `projects/{project}/locations/{location}/processors/{processor}` to identify the processor versions being requested."],["The response can be paginated using the `pageSize` query parameter (default 10, max 20) and `pageToken` for navigation through results."],["The API request is a simple `GET` request with no request body required, and it returns a JSON response containing a list of `processorVersions` and a `nextPageToken`."],["Authorization to use this endpoint requires `documentai.processorVersions.list` IAM permission on the `parent` resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]