public final class GoogleDevtoolsCloudbuildV2Condition
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 Build 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 |
|---|
GoogleDevtoolsCloudbuildV2Condition() |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV2Condition |
clone() |
String |
getLastTransitionTime()
LastTransitionTime is the last time the condition transitioned from one status to another.
|
String |
getMessage()
A human readable message indicating details about the transition.
|
String |
getReason()
The reason for the condition's last transition.
|
String |
getSeverity()
Severity with which to treat failures of this type of condition.
|
String |
getStatus()
Status of the condition.
|
String |
getType()
Type of condition.
|
GoogleDevtoolsCloudbuildV2Condition |
set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV2Condition |
setLastTransitionTime(String lastTransitionTime)
LastTransitionTime is the last time the condition transitioned from one status to another.
|
GoogleDevtoolsCloudbuildV2Condition |
setMessage(String message)
A human readable message indicating details about the transition.
|
GoogleDevtoolsCloudbuildV2Condition |
setReason(String reason)
The reason for the condition's last transition.
|
GoogleDevtoolsCloudbuildV2Condition |
setSeverity(String severity)
Severity with which to treat failures of this type of condition.
|
GoogleDevtoolsCloudbuildV2Condition |
setStatus(String status)
Status of the condition.
|
GoogleDevtoolsCloudbuildV2Condition |
setType(String type)
Type of condition.
|
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 getLastTransitionTime()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setLastTransitionTime(String lastTransitionTime)
lastTransitionTime - lastTransitionTime or null for nonepublic String getMessage()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setMessage(String message)
message - message or null for nonepublic String getReason()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setReason(String reason)
reason - reason or null for nonepublic String getSeverity()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setSeverity(String severity)
severity - severity or null for nonepublic String getStatus()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setStatus(String status)
status - status or null for nonepublic String getType()
null for nonepublic GoogleDevtoolsCloudbuildV2Condition setType(String type)
type - type or null for nonepublic GoogleDevtoolsCloudbuildV2Condition set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleDevtoolsCloudbuildV2Condition clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.