public final class ParamSpec
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 | 
|---|
| ParamSpec() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParamSpec | clone() | 
| ParamValue | getDefault()The default value a parameter takes if no input value is supplied | 
| String | getDescription()Description of the ParamSpec | 
| String | getName()Name of the ParamSpec | 
| String | getType()Type of ParamSpec | 
| ParamSpec | set(String fieldName,
   Object value) | 
| ParamSpec | setDefault(ParamValue default__)The default value a parameter takes if no input value is supplied | 
| ParamSpec | setDescription(String description)Description of the ParamSpec | 
| ParamSpec | setName(String name)Name of the ParamSpec | 
| ParamSpec | setType(String type)Type of ParamSpec | 
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 ParamValue getDefault()
null for nonepublic ParamSpec setDefault(ParamValue default__)
default__ - default__ or null for nonepublic String getDescription()
null for nonepublic ParamSpec setDescription(String description)
description - description or null for nonepublic String getName()
null for nonepublic ParamSpec setName(String name)
name - name or null for nonepublic String getType()
null for nonepublic ParamSpec setType(String type)
type - type or null for nonepublic ParamSpec set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ParamSpec clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.