public final class ChildStatusReference
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 |
|---|
ChildStatusReference() |
| Modifier and Type | Method and Description |
|---|---|
ChildStatusReference |
clone() |
String |
getName()
Name is the name of the TaskRun or Run this is referencing.
|
String |
getPipelineTaskName()
PipelineTaskName is the name of the PipelineTask this is referencing.
|
String |
getType()
Output only.
|
List<WhenExpression> |
getWhenExpressions()
WhenExpressions is the list of checks guarding the execution of the PipelineTask
|
ChildStatusReference |
set(String fieldName,
Object value) |
ChildStatusReference |
setName(String name)
Name is the name of the TaskRun or Run this is referencing.
|
ChildStatusReference |
setPipelineTaskName(String pipelineTaskName)
PipelineTaskName is the name of the PipelineTask this is referencing.
|
ChildStatusReference |
setType(String type)
Output only.
|
ChildStatusReference |
setWhenExpressions(List<WhenExpression> whenExpressions)
WhenExpressions is the list of checks guarding the execution of the PipelineTask
|
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 getName()
null for nonepublic ChildStatusReference setName(String name)
name - name or null for nonepublic String getPipelineTaskName()
null for nonepublic ChildStatusReference setPipelineTaskName(String pipelineTaskName)
pipelineTaskName - pipelineTaskName or null for nonepublic String getType()
null for nonepublic ChildStatusReference setType(String type)
type - type or null for nonepublic List<WhenExpression> getWhenExpressions()
null for nonepublic ChildStatusReference setWhenExpressions(List<WhenExpression> whenExpressions)
whenExpressions - whenExpressions or null for nonepublic ChildStatusReference set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ChildStatusReference clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.