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 |
Required. The parent location from which to retrieve the collection of job templates. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of items to return. |
pageToken |
The |
filter |
The filter expression, following the syntax outlined in https://google.aip.dev/160. |
orderBy |
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 ( |
Fields | |
---|---|
jobTemplates[] |
List of job templates in the specified region. |
nextPageToken |
The pagination token. |
unreachable[] |
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.