Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource

The "jobRuns" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource

Constructors

JobRunsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single JobRun.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.GetRequest

List(string)

Lists JobRuns in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The Rollout which owns this collection of JobRun objects.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.ListRequest

Terminate(TerminateJobRunRequest, string)

Terminates a Job Run in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.TerminateRequest Terminate(TerminateJobRunRequest body, string name)
Parameters
Type Name Description
TerminateJobRunRequest body

The body of the request.

string name

Required. Name of the JobRun. Format must be projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.JobRunsResource.TerminateRequest
In this article
Back to top Generated by DocFX