Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PipelinesResource.JobsResource

The "jobs" collection of methods.

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

Constructors

JobsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doesn't have permission to access it.

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

Required. The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID.

Returns
Type Description
ProjectsResource.LocationsResource.PipelinesResource.JobsResource.ListRequest
In This Article
Back to top Generated by DocFX