Method: projects.locations.jobTemplates.list

Lists job templates in the specified region.

HTTP request

GET https://transcoder.googleapis.com/v1/{parent=projects/*/locations/*}/jobTemplates

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}

Authorization requires the following IAM permission on the specified resource parent :

  • transcoder.jobTemplates.list

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

filter

string

The filter expression, following the syntax outlined in https://google.aip.dev/160 .

orderBy

string

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering .

Request body

The request body must be empty.

Response body

Response message for TranscoderService.ListJobTemplates .

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

JSON representation
 { 
 "jobTemplates" 
 : 
 [ 
 { 
 object (  JobTemplate 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 , 
 "unreachable" 
 : 
 [ 
 string 
 ] 
 } 
Fields
jobTemplates[]

object ( JobTemplate )

List of job templates in the specified region.

nextPageToken

string

The pagination token.

unreachable[]

string

List of regions that could not be reached.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview .

Create a Mobile Website
View Site in Mobile | Classic
Share by: