Method: projects.locations.processors.prebuilt

processors.prebuilt is a custom pass-through verb that Lists Prebuilt Processors.

HTTP request

POST https://{endpoint}/v1alpha1/{parent=projects/*/locations/*}/processors:prebuilt

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent path.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response Message for listing Prebuilt Processors.

JSON representation
{
  "processors": [
    {
      object (Processor)
    }
  ]
}
Fields
processors[]

object (Processor)

The list of Processor.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.