public class CloudRun.Projects.Locations.Jobs.Executions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Jobs.Executions.Cancel |
class |
CloudRun.Projects.Locations.Jobs.Executions.Delete |
class |
CloudRun.Projects.Locations.Jobs.Executions.ExportStatus |
class |
CloudRun.Projects.Locations.Jobs.Executions.Get |
class |
CloudRun.Projects.Locations.Jobs.Executions.List |
class |
CloudRun.Projects.Locations.Jobs.Executions.Tasks
The "tasks" collection of methods.
|
| Constructor and Description |
|---|
Executions() |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Jobs.Executions.Cancel |
cancel(String name,
GoogleCloudRunV2CancelExecutionRequest content)
Cancels an Execution.
|
CloudRun.Projects.Locations.Jobs.Executions.Delete |
delete(String name)
Deletes an Execution.
|
CloudRun.Projects.Locations.Jobs.Executions.ExportStatus |
exportStatus(String name,
String operationId)
Read the status of an image export operation.
|
CloudRun.Projects.Locations.Jobs.Executions.Get |
get(String name)
Gets information about an Execution.
|
CloudRun.Projects.Locations.Jobs.Executions.List |
list(String parent)
Lists Executions from a Job.
|
CloudRun.Projects.Locations.Jobs.Executions.Tasks |
tasks()
An accessor for creating requests from the Tasks collection.
|
public CloudRun.Projects.Locations.Jobs.Executions.Cancel cancel(String name, GoogleCloudRunV2CancelExecutionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.content - the GoogleCloudRunV2CancelExecutionRequestIOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.ExportStatus exportStatus(String name, String operationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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/{revisi
on}` for Revision
`projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}`
for ExecutionoperationId - Required. The operation id returned from ExportImage.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions.Tasks tasks()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Tasks.List request = run.tasks().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.