Full name: projects.locations.fetchProcessorTypes
Fetches processor types. Note that we do not use processorTypes.list here because it is not paginated.
HTTP request
GET https://{endpoint}/v1beta3/{parent}:fetchProcessorTypes
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
parent |
Required. The project of processor type to list. The available processor types may depend on the allow-listing on projects. Format: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for fetch processor types.
JSON representation |
---|
{
"processorTypes": [
{
object ( |
Fields | |
---|---|
processorTypes[] |
The list of processor types. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
documentai.processorTypes.list
For more information, see the IAM documentation.