public class CloudRun.Projects.Locations.Jobs.Executions.Tasks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Jobs.Executions.Tasks.Get |
class |
CloudRun.Projects.Locations.Jobs.Executions.Tasks.List |
| Constructor and Description |
|---|
Tasks() |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Jobs.Executions.Tasks.Get |
get(String name)
Gets information about a Task.
|
CloudRun.Projects.Locations.Jobs.Executions.Tasks.List |
list(String parent)
Lists Tasks from an Execution of a Job.
|
public CloudRun.Projects.Locations.Jobs.Executions.Tasks.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the Task. Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution}/tasks/{task}IOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.Tasks.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions
of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-"
instead of Job name. Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution}IOExceptionCopyright © 2011–2026 Google. All rights reserved.