Show / Hide Table of Contents

Class NamespacesResource.TasksResource

The "tasks" collection of methods.

Inheritance
object
NamespacesResource.TasksResource
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.TasksResource

Constructors

TasksResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get information about a task.

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

Required. The name of the task 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.TasksResource.GetRequest

List(string)

List tasks.

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

Required. The namespace from which the tasks 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.TasksResource.ListRequest
In this article
Back to top Generated by DocFX