Class ProjectsResource.LocationsResource.JobTemplatesResource | Google.Apis.Transcoder.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobTemplatesResource

The "jobTemplates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobTemplatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class ProjectsResource.LocationsResource.JobTemplatesResource

Constructors

JobTemplatesResource(IClientService)

Constructs a new resource.

Declaration
public JobTemplatesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(JobTemplate, string)

Creates a job template in the specified region.

Declaration
public virtual ProjectsResource.LocationsResource.JobTemplatesResource.CreateRequest Create(JobTemplate body, string parent)
Parameters
Type Name Description
JobTemplate body

The body of the request.

string parent

Required. The parent location to create this job template. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.JobTemplatesResource.CreateRequest

Delete(string)

Deletes a job template.

Declaration
public virtual ProjectsResource.LocationsResource.JobTemplatesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the job template to delete. projects/{project}/locations/{location}/jobTemplates/{job_template}

Returns
Type Description
ProjectsResource.LocationsResource.JobTemplatesResource.DeleteRequest

Get(string)

Returns the job template data.

Declaration
public virtual ProjectsResource.LocationsResource.JobTemplatesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the job template to retrieve. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

Returns
Type Description
ProjectsResource.LocationsResource.JobTemplatesResource.GetRequest

List(string)

Lists job templates in the specified region.

Declaration
public virtual ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest
In this article
Back to top Generated by DocFX