REST Resource: projects.locations.jobTemplates

Resource: JobTemplate

Transcoding job template resource.

JSON representation
{
  "name": string,
  "config": {
    object (JobConfig)
  },
  "labels": {
    string: string,
    ...
  }
}
Fields
name

string

The resource name of the job template. Format: projects/{project_number}/locations/{location}/jobTemplates/{jobTemplate}

config

object (JobConfig)

The configuration for this template.

labels

map (key: string, value: string)

The labels associated with this job template. You can use these to organize and group your job templates.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Methods

create

Creates a job template in the specified region.

delete

Deletes a job template.

get

Returns the job template data.

list

Lists job templates in the specified region.