2022-02-01
▼ ▲ transcoder.projects.locations.jobs.create
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobs
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Description : Required. The parent location to create and process this job. Format: `projects/{project}/locations/{location}`
Description : Creates a job in the specified region.
Path : v1beta1/{+parent}/jobs
▼ ▲ transcoder.projects.locations.jobs.get
Path : v1beta1/{+name}
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobs/{jobsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The name of the job to retrieve. Format: `projects/{project}/locations/{location}/jobs/{job}`
Type : string
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/jobs/[^/]+$
Description : Returns the job data.
Parameter Order : name
▼ ▲ transcoder.projects.locations.jobs.delete
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobs/{jobsId}
Description : Deletes a job.
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/jobs/[^/]+$
Description : Required. The name of the job to delete. Format: `projects/{project}/locations/{location}/jobs/{job}`
Required : Yes
Type : string
Parameter Order : name
Path : v1beta1/{+name}
HTTP Method : DELETE
▼ ▲ transcoder.projects.locations.jobs.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobs
Path : v1beta1/{+parent}/jobs
Parameters :
pageSize
Format : int32
Location : query
Description : The maximum number of items to return.
Type : integer
pageToken
Location : query
Description : The `next_page_token` value returned from a previous List request, if any.
Type : string
parent
Location : path
Type : string
Description : Required. Format: `projects/{project}/locations/{location}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Parameter Order : parent
HTTP Method : GET
Description : Lists jobs in the specified region.
▼ ▲ transcoder.projects.locations.jobTemplates.get
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobTemplates/{jobTemplatesId}
Description : Returns the job template data.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : name
Parameters :
name
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/jobTemplates/[^/]+$
Required : Yes
Description : Required. The name of the job template to retrieve. Format: `projects/{project}/locations/{location}/jobTemplates/{job_template}`
Path : v1beta1/{+name}
▼ ▲ transcoder.projects.locations.jobTemplates.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageSize
Format : int32
Type : integer
Description : The maximum number of items to return.
Location : query
parent
Location : path
Description : Required. The parent location from which to retrieve the collection of job templates. Format: `projects/{project}/locations/{location}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
pageToken
Description : The `next_page_token` value returned from a previous List request, if any.
Location : query
Type : string
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobTemplates
Parameter Order : parent
Path : v1beta1/{+parent}/jobTemplates
HTTP Method : GET
Description : Lists job templates in the specified region.
▼ ▲ transcoder.projects.locations.jobTemplates.delete
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobTemplates/{jobTemplatesId}
Parameters :
name
Required : Yes
Description : Required. The name of the job template to delete. `projects/{project}/locations/{location}/jobTemplates/{job_template}`
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/jobTemplates/[^/]+$
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
Parameter Order : name
Path : v1beta1/{+name}
Description : Deletes a job template.
▼ ▲ transcoder.projects.locations.jobTemplates.create
Description : Creates a job template in the specified region.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/jobTemplates
Parameters :
jobTemplateId
Location : query
Description : Required. The ID to use for the job template, which will become the final component of the job template's resource name. This value should be 4-63 characters, and valid characters must match the regular expression `a-zA-Z*`.
Type : string
parent
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent location to create this job template. Format: `projects/{project}/locations/{location}`
Path : v1beta1/{+parent}/jobTemplates
Parameter Order : parent
HTTP Method : POST