| Package | Description |
|---|---|
| com.google.api.services.run.v2 | |
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Jobs.Create |
CloudRun.Projects.Locations.Jobs.create(String parent,
GoogleCloudRunV2Job content)
Creates a Job.
|
CloudRun.Projects.Locations.Jobs.Patch |
CloudRun.Projects.Locations.Jobs.patch(String name,
GoogleCloudRunV2Job content)
Updates a Job.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudRunV2Job content)
Creates a Job.
|
Patch(String name,
GoogleCloudRunV2Job content)
Updates a Job.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.clone() |
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.set(String fieldName,
Object value) |
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setAnnotations(Map<String,String> annotations)
Unstructured key value map that may be set by external tools to store and arbitrary metadata.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization binaryAuthorization)
Settings for the Binary Authorization feature.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setClient(String client)
Arbitrary identifier for the API client.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setClientVersion(String clientVersion)
Arbitrary version identifier for the API client.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setCreateTime(String createTime)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setCreator(String creator)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setDeleteTime(String deleteTime)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setEtag(String etag)
Optional.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setExecutionCount(Integer executionCount)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setExpireTime(String expireTime)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setGeneration(Long generation)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setLabels(Map<String,String> labels)
Unstructured key value map that can be used to organize and categorize objects.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setLastModifier(String lastModifier)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setLatestCreatedExecution(GoogleCloudRunV2ExecutionReference latestCreatedExecution)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setLaunchStage(String launchStage)
The launch stage as defined by [Google Cloud Platform Launch
Stages](https://cloud.google.com/terms/launch-stages).
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setName(String name)
The fully qualified name of this Job.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setObservedGeneration(Long observedGeneration)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setReconciling(Boolean reconciling)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setRunExecutionToken(String runExecutionToken)
A unique string used as a suffix for creating a new execution.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setSatisfiesPzs(Boolean satisfiesPzs)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setStartExecutionToken(String startExecutionToken)
A unique string used as a suffix creating a new execution.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setTemplate(GoogleCloudRunV2ExecutionTemplate template)
Required.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setUid(String uid)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Job> |
GoogleCloudRunV2ListJobsResponse.getJobs()
The resulting list of Jobs.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2ListJobsResponse |
GoogleCloudRunV2ListJobsResponse.setJobs(List<GoogleCloudRunV2Job> jobs)
The resulting list of Jobs.
|
Copyright © 2011–2026 Google. All rights reserved.