public final class TaskResult
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TaskResult() |
Modifier and Type | Method and Description |
---|---|
TaskResult |
clone() |
String |
getDescription()
Description of the result.
|
String |
getName()
Name of the result.
|
Map<String,PropertySpec> |
getProperties()
When type is OBJECT, this map holds the names of fields inside that object along with the type
of data each field holds.
|
String |
getType()
The type of data that the result holds.
|
ParamValue |
getValue()
Optional.
|
TaskResult |
set(String fieldName,
Object value) |
TaskResult |
setDescription(String description)
Description of the result.
|
TaskResult |
setName(String name)
Name of the result.
|
TaskResult |
setProperties(Map<String,PropertySpec> properties)
When type is OBJECT, this map holds the names of fields inside that object along with the type
of data each field holds.
|
TaskResult |
setType(String type)
The type of data that the result holds.
|
TaskResult |
setValue(ParamValue value)
Optional.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getDescription()
null
for nonepublic TaskResult setDescription(String description)
description
- description or null
for nonepublic String getName()
null
for nonepublic TaskResult setName(String name)
name
- name or null
for nonepublic Map<String,PropertySpec> getProperties()
null
for nonepublic TaskResult setProperties(Map<String,PropertySpec> properties)
properties
- properties or null
for nonepublic String getType()
null
for nonepublic TaskResult setType(String type)
type
- type or null
for nonepublic ParamValue getValue()
null
for nonepublic TaskResult setValue(ParamValue value)
value
- value or null
for nonepublic TaskResult set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TaskResult clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.