public final class GoogleCloudRunV2Job
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudRunV2Job() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Job |
clone() |
Map<String,String> |
getAnnotations()
Unstructured key value map that may be set by external tools to store and arbitrary metadata.
|
GoogleCloudRunV2BinaryAuthorization |
getBinaryAuthorization()
Settings for the Binary Authorization feature.
|
String |
getClient()
Arbitrary identifier for the API client.
|
String |
getClientVersion()
Arbitrary version identifier for the API client.
|
List<GoogleCloudRunV2Condition> |
getConditions()
Output only.
|
String |
getCreateTime()
Output only.
|
String |
getCreator()
Output only.
|
String |
getDeleteTime()
Output only.
|
String |
getEtag()
Optional.
|
Integer |
getExecutionCount()
Output only.
|
String |
getExpireTime()
Output only.
|
Long |
getGeneration()
Output only.
|
Map<String,String> |
getLabels()
Unstructured key value map that can be used to organize and categorize objects.
|
String |
getLastModifier()
Output only.
|
GoogleCloudRunV2ExecutionReference |
getLatestCreatedExecution()
Output only.
|
String |
getLaunchStage()
The launch stage as defined by [Google Cloud Platform Launch
Stages](https://cloud.google.com/terms/launch-stages).
|
String |
getName()
The fully qualified name of this Job.
|
Long |
getObservedGeneration()
Output only.
|
Boolean |
getReconciling()
Output only.
|
String |
getRunExecutionToken()
A unique string used as a suffix for creating a new execution.
|
Boolean |
getSatisfiesPzs()
Output only.
|
String |
getStartExecutionToken()
A unique string used as a suffix creating a new execution.
|
GoogleCloudRunV2ExecutionTemplate |
getTemplate()
Required.
|
GoogleCloudRunV2Condition |
getTerminalCondition()
Output only.
|
String |
getUid()
Output only.
|
String |
getUpdateTime()
Output only.
|
GoogleCloudRunV2Job |
set(String fieldName,
Object value) |
GoogleCloudRunV2Job |
setAnnotations(Map<String,String> annotations)
Unstructured key value map that may be set by external tools to store and arbitrary metadata.
|
GoogleCloudRunV2Job |
setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization binaryAuthorization)
Settings for the Binary Authorization feature.
|
GoogleCloudRunV2Job |
setClient(String client)
Arbitrary identifier for the API client.
|
GoogleCloudRunV2Job |
setClientVersion(String clientVersion)
Arbitrary version identifier for the API client.
|
GoogleCloudRunV2Job |
setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Job |
setCreateTime(String createTime)
Output only.
|
GoogleCloudRunV2Job |
setCreator(String creator)
Output only.
|
GoogleCloudRunV2Job |
setDeleteTime(String deleteTime)
Output only.
|
GoogleCloudRunV2Job |
setEtag(String etag)
Optional.
|
GoogleCloudRunV2Job |
setExecutionCount(Integer executionCount)
Output only.
|
GoogleCloudRunV2Job |
setExpireTime(String expireTime)
Output only.
|
GoogleCloudRunV2Job |
setGeneration(Long generation)
Output only.
|
GoogleCloudRunV2Job |
setLabels(Map<String,String> labels)
Unstructured key value map that can be used to organize and categorize objects.
|
GoogleCloudRunV2Job |
setLastModifier(String lastModifier)
Output only.
|
GoogleCloudRunV2Job |
setLatestCreatedExecution(GoogleCloudRunV2ExecutionReference latestCreatedExecution)
Output only.
|
GoogleCloudRunV2Job |
setLaunchStage(String launchStage)
The launch stage as defined by [Google Cloud Platform Launch
Stages](https://cloud.google.com/terms/launch-stages).
|
GoogleCloudRunV2Job |
setName(String name)
The fully qualified name of this Job.
|
GoogleCloudRunV2Job |
setObservedGeneration(Long observedGeneration)
Output only.
|
GoogleCloudRunV2Job |
setReconciling(Boolean reconciling)
Output only.
|
GoogleCloudRunV2Job |
setRunExecutionToken(String runExecutionToken)
A unique string used as a suffix for creating a new execution.
|
GoogleCloudRunV2Job |
setSatisfiesPzs(Boolean satisfiesPzs)
Output only.
|
GoogleCloudRunV2Job |
setStartExecutionToken(String startExecutionToken)
A unique string used as a suffix creating a new execution.
|
GoogleCloudRunV2Job |
setTemplate(GoogleCloudRunV2ExecutionTemplate template)
Required.
|
GoogleCloudRunV2Job |
setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2Job |
setUid(String uid)
Output only.
|
GoogleCloudRunV2Job |
setUpdateTime(String updateTime)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Map<String,String> getAnnotations()
null for nonepublic GoogleCloudRunV2Job setAnnotations(Map<String,String> annotations)
annotations - annotations or null for nonepublic GoogleCloudRunV2BinaryAuthorization getBinaryAuthorization()
null for nonepublic GoogleCloudRunV2Job setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization binaryAuthorization)
binaryAuthorization - binaryAuthorization or null for nonepublic String getClient()
null for nonepublic GoogleCloudRunV2Job setClient(String client)
client - client or null for nonepublic String getClientVersion()
null for nonepublic GoogleCloudRunV2Job setClientVersion(String clientVersion)
clientVersion - clientVersion or null for nonepublic List<GoogleCloudRunV2Condition> getConditions()
null for nonepublic GoogleCloudRunV2Job setConditions(List<GoogleCloudRunV2Condition> conditions)
conditions - conditions or null for nonepublic String getCreateTime()
null for nonepublic GoogleCloudRunV2Job setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getCreator()
null for nonepublic GoogleCloudRunV2Job setCreator(String creator)
creator - creator or null for nonepublic String getDeleteTime()
null for nonepublic GoogleCloudRunV2Job setDeleteTime(String deleteTime)
deleteTime - deleteTime or null for nonepublic String getEtag()
null for nonepublic GoogleCloudRunV2Job setEtag(String etag)
etag - etag or null for nonepublic Integer getExecutionCount()
null for nonepublic GoogleCloudRunV2Job setExecutionCount(Integer executionCount)
executionCount - executionCount or null for nonepublic String getExpireTime()
null for nonepublic GoogleCloudRunV2Job setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic Long getGeneration()
null for nonepublic GoogleCloudRunV2Job setGeneration(Long generation)
generation - generation or null for nonepublic Map<String,String> getLabels()
null for nonepublic GoogleCloudRunV2Job setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getLastModifier()
null for nonepublic GoogleCloudRunV2Job setLastModifier(String lastModifier)
lastModifier - lastModifier or null for nonepublic GoogleCloudRunV2ExecutionReference getLatestCreatedExecution()
null for nonepublic GoogleCloudRunV2Job setLatestCreatedExecution(GoogleCloudRunV2ExecutionReference latestCreatedExecution)
latestCreatedExecution - latestCreatedExecution or null for nonepublic String getLaunchStage()
null for nonepublic GoogleCloudRunV2Job setLaunchStage(String launchStage)
launchStage - launchStage or null for nonepublic String getName()
null for nonepublic GoogleCloudRunV2Job setName(String name)
name - name or null for nonepublic Long getObservedGeneration()
null for nonepublic GoogleCloudRunV2Job setObservedGeneration(Long observedGeneration)
observedGeneration - observedGeneration or null for nonepublic Boolean getReconciling()
null for nonepublic GoogleCloudRunV2Job setReconciling(Boolean reconciling)
reconciling - reconciling or null for nonepublic String getRunExecutionToken()
null for nonepublic GoogleCloudRunV2Job setRunExecutionToken(String runExecutionToken)
runExecutionToken - runExecutionToken or null for nonepublic Boolean getSatisfiesPzs()
null for nonepublic GoogleCloudRunV2Job setSatisfiesPzs(Boolean satisfiesPzs)
satisfiesPzs - satisfiesPzs or null for nonepublic String getStartExecutionToken()
null for nonepublic GoogleCloudRunV2Job setStartExecutionToken(String startExecutionToken)
startExecutionToken - startExecutionToken or null for nonepublic GoogleCloudRunV2ExecutionTemplate getTemplate()
null for nonepublic GoogleCloudRunV2Job setTemplate(GoogleCloudRunV2ExecutionTemplate template)
template - template or null for nonepublic GoogleCloudRunV2Condition getTerminalCondition()
null for nonepublic GoogleCloudRunV2Job setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
terminalCondition - terminalCondition or null for nonepublic String getUid()
null for nonepublic GoogleCloudRunV2Job setUid(String uid)
uid - uid or null for nonepublic String getUpdateTime()
null for nonepublic GoogleCloudRunV2Job setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic GoogleCloudRunV2Job set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudRunV2Job clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.