Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LakesResource.TasksResource.JobsResource

The "jobs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LakesResource.TasksResource.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.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LakesResource.TasksResource.JobsResource

Constructors

JobsResource(IClientService)

Constructs a new resource.

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

Methods

Cancel(GoogleCloudDataplexV1CancelJobRequest, string)

Cancel jobs running for the task resource.

Declaration
public virtual ProjectsResource.LocationsResource.LakesResource.TasksResource.JobsResource.CancelRequest Cancel(GoogleCloudDataplexV1CancelJobRequest body, string name)
Parameters
Type Name Description
GoogleCloudDataplexV1CancelJobRequest body

The body of the request.

string name

Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}/job/{job_id}.

Returns
Type Description
ProjectsResource.LocationsResource.LakesResource.TasksResource.JobsResource.CancelRequest

Get(string)

Get job resource.

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

Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.

Returns
Type Description
ProjectsResource.LocationsResource.LakesResource.TasksResource.JobsResource.GetRequest

List(string)

Lists Jobs under the given task.

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

Required. The resource name of the parent environment: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}.

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