Class NamespacesResource.TasksResource
The "tasks" collection of methods.
Inherited Members
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 |