Show / Hide Table of Contents

Class NamespacesResource.ExecutionsResource

The "executions" collection of methods.

Inheritance
object
NamespacesResource.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.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class NamespacesResource.ExecutionsResource

Constructors

ExecutionsResource(IClientService)

Constructs a new resource.

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

Methods

Cancel(CancelExecutionRequest, string)

Cancel an execution.

Declaration
public virtual NamespacesResource.ExecutionsResource.CancelRequest Cancel(CancelExecutionRequest body, string name)
Parameters
Type Name Description
CancelExecutionRequest body

The body of the request.

string name

Required. The name of the execution to cancel. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.ExecutionsResource.CancelRequest

Delete(string)

Delete an execution.

Declaration
public virtual NamespacesResource.ExecutionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the execution to delete. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.ExecutionsResource.DeleteRequest

Get(string)

Get information about an execution.

Declaration
public virtual NamespacesResource.ExecutionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the execution to retrieve. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.ExecutionsResource.GetRequest

List(string)

List executions. Results are sorted by creation time, descending.

Declaration
public virtual NamespacesResource.ExecutionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The namespace from which the executions should be listed. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.ExecutionsResource.ListRequest
In this article
Back to top Generated by DocFX