public class CloudRun.Projects.Locations.Jobs extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Jobs.Create |
class |
CloudRun.Projects.Locations.Jobs.Delete |
class |
CloudRun.Projects.Locations.Jobs.Executions
The "executions" collection of methods.
|
class |
CloudRun.Projects.Locations.Jobs.Get |
class |
CloudRun.Projects.Locations.Jobs.GetIamPolicy |
class |
CloudRun.Projects.Locations.Jobs.List |
class |
CloudRun.Projects.Locations.Jobs.Patch |
class |
CloudRun.Projects.Locations.Jobs.Run |
class |
CloudRun.Projects.Locations.Jobs.SetIamPolicy |
class |
CloudRun.Projects.Locations.Jobs.TestIamPermissions |
| Constructor and Description |
|---|
Jobs() |
public CloudRun.Projects.Locations.Jobs.Create create(String parent, GoogleCloudRunV2Job content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The location and project in which this Job should be created. Format:
projects/{project}/locations/{location}, where {project} can be project id or number.content - the GoogleCloudRunV2JobIOExceptionpublic CloudRun.Projects.Locations.Jobs.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job},
where {project} can be project id or number.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job},
where {project} can be project id or number.IOExceptionpublic CloudRun.Projects.Locations.Jobs.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOExceptionpublic CloudRun.Projects.Locations.Jobs.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The location and project to list resources on. Format:
projects/{project}/locations/{location}, where {project} can be project id or number.IOExceptionpublic CloudRun.Projects.Locations.Jobs.Patch patch(String name, GoogleCloudRunV2Job content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}content - the GoogleCloudRunV2JobIOExceptionpublic CloudRun.Projects.Locations.Jobs.Run run(String name, GoogleCloudRunV2RunJobRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job},
where {project} can be project id or number.content - the GoogleCloudRunV2RunJobRequestIOExceptionpublic CloudRun.Projects.Locations.Jobs.SetIamPolicy setIamPolicy(String resource, GoogleIamV1SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1SetIamPolicyRequestIOExceptionpublic CloudRun.Projects.Locations.Jobs.TestIamPermissions testIamPermissions(String resource, GoogleIamV1TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1TestIamPermissionsRequestIOExceptionpublic CloudRun.Projects.Locations.Jobs.Executions executions()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Executions.List request = run.executions().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.