Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource

The "executions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource

Constructors

ExecutionsResource(IClientService)

Constructs a new resource.

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

Properties

Tasks

Gets the Tasks resource.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.TasksResource Tasks { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.TasksResource

Methods

Cancel(GoogleCloudRunV2CancelExecutionRequest, string)

Cancels an Execution.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.CancelRequest Cancel(GoogleCloudRunV2CancelExecutionRequest body, string name)
Parameters
Type Name Description
GoogleCloudRunV2CancelExecutionRequest body

The body of the request.

string name

Required. The name of the Execution to cancel. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}, where {project} can be project id or number.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.CancelRequest

Delete(string)

Deletes an Execution.

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

Required. The name of the Execution to delete. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}, where {project} can be project id or number.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.DeleteRequest

ExportStatus(string, string)

Read the status of an image export operation.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ExportStatusRequest ExportStatus(string name, string operationId)
Parameters
Type Name Description
string name

Required. The name of the resource of which image export operation status has to be fetched. Format: projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision} for Revision projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution} for Execution

string operationId

Required. The operation id returned from ExportImage.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ExportStatusRequest

Get(string)

Gets information about an Execution.

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

Required. The full name of the Execution. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}, where {project} can be project id or number.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.GetRequest

List(string)

Lists Executions from a Job. Results are sorted by creation time, descending.

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

Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

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