Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource

The "jobs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobsResource
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.JobsResource

Constructors

JobsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Job, string)

Creates a job in the specified region.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.CreateRequest

Delete(string)

Deletes a job.

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

Required. The name of the job to delete. Format: projects/{project}/locations/{location}/jobs/{job}

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.DeleteRequest

Get(string)

Returns the job data.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.GetRequest

List(string)

Lists jobs in the specified region.

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

Required. Format: projects/{project}/locations/{location}

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