public final class GoogleCloudRunV2Condition
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 |
|---|
GoogleCloudRunV2Condition() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Condition |
clone() |
String |
getExecutionReason()
Output only.
|
String |
getLastTransitionTime()
Last time the condition transitioned from one status to another.
|
String |
getMessage()
Human readable message indicating details about the current status.
|
String |
getReason()
Output only.
|
String |
getRevisionReason()
Output only.
|
String |
getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
|
String |
getState()
State of the condition.
|
String |
getType()
type is used to communicate the status of the reconciliation process.
|
GoogleCloudRunV2Condition |
set(String fieldName,
Object value) |
GoogleCloudRunV2Condition |
setExecutionReason(String executionReason)
Output only.
|
GoogleCloudRunV2Condition |
setLastTransitionTime(String lastTransitionTime)
Last time the condition transitioned from one status to another.
|
GoogleCloudRunV2Condition |
setMessage(String message)
Human readable message indicating details about the current status.
|
GoogleCloudRunV2Condition |
setReason(String reason)
Output only.
|
GoogleCloudRunV2Condition |
setRevisionReason(String revisionReason)
Output only.
|
GoogleCloudRunV2Condition |
setSeverity(String severity)
How to interpret failures of this condition, one of Error, Warning, Info
|
GoogleCloudRunV2Condition |
setState(String state)
State of the condition.
|
GoogleCloudRunV2Condition |
setType(String type)
type is used to communicate the status of the reconciliation process.
|
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 String getExecutionReason()
null for nonepublic GoogleCloudRunV2Condition setExecutionReason(String executionReason)
executionReason - executionReason or null for nonepublic String getLastTransitionTime()
null for nonepublic GoogleCloudRunV2Condition setLastTransitionTime(String lastTransitionTime)
lastTransitionTime - lastTransitionTime or null for nonepublic String getMessage()
null for nonepublic GoogleCloudRunV2Condition setMessage(String message)
message - message or null for nonepublic String getReason()
null for nonepublic GoogleCloudRunV2Condition setReason(String reason)
reason - reason or null for nonepublic String getRevisionReason()
null for nonepublic GoogleCloudRunV2Condition setRevisionReason(String revisionReason)
revisionReason - revisionReason or null for nonepublic String getSeverity()
null for nonepublic GoogleCloudRunV2Condition setSeverity(String severity)
severity - severity or null for nonepublic String getState()
null for nonepublic GoogleCloudRunV2Condition setState(String state)
state - state or null for nonepublic String getType()
null for nonepublic GoogleCloudRunV2Condition setType(String type)
type - type or null for nonepublic GoogleCloudRunV2Condition set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudRunV2Condition clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.