ProjectsLocationsJobTemplates
class ProjectsLocationsJobTemplates extends Resource (View source)
The "jobTemplates" collection of methods.
Typical usage is:
$transcoderService = new Google\Service\Transcoder(...);
$jobTemplates = $transcoderService->projects_locations_jobTemplates;
Methods
create(string $parent, JobTemplate $postBody, array $optParams = [])
Creates a job template in the specified region. (jobTemplates.create)
delete(string $name, array $optParams = [])
Deletes a job template. (jobTemplates.delete)
get(string $name, array $optParams = [])
Returns the job template data. (jobTemplates.get)
listProjectsLocationsJobTemplates(string $parent, array $optParams = [])
Lists job templates in the specified region.
Details
JobTemplate
create(string $parent, JobTemplate $postBody, array $optParams = [])
Creates a job template in the specified region. (jobTemplates.create)
TranscoderEmpty
delete(string $name, array $optParams = [])
Deletes a job template. (jobTemplates.delete)
JobTemplate
get(string $name, array $optParams = [])
Returns the job template data. (jobTemplates.get)
ListJobTemplatesResponse
listProjectsLocationsJobTemplates(string $parent, array $optParams = [])
Lists job templates in the specified region.
(jobTemplates.listProjectsLocationsJobTemplates)