public final class ParameterMetadata extends 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 Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParameterMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ParameterMetadata |
clone() |
String |
getHelpText()
Required.
|
Boolean |
getIsOptional()
Optional.
|
String |
getLabel()
Required.
|
String |
getName()
Required.
|
String |
getParamType()
Optional.
|
List<String> |
getRegexes()
Optional.
|
ParameterMetadata |
set(String fieldName,
Object value) |
ParameterMetadata |
setHelpText(String helpText)
Required.
|
ParameterMetadata |
setIsOptional(Boolean isOptional)
Optional.
|
ParameterMetadata |
setLabel(String label)
Required.
|
ParameterMetadata |
setName(String name)
Required.
|
ParameterMetadata |
setParamType(String paramType)
Optional.
|
ParameterMetadata |
setRegexes(List<String> regexes)
Optional.
|
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 getHelpText()
null for nonepublic ParameterMetadata setHelpText(String helpText)
helpText - helpText or null for nonepublic Boolean getIsOptional()
null for nonepublic ParameterMetadata setIsOptional(Boolean isOptional)
isOptional - isOptional or null for nonepublic String getLabel()
null for nonepublic ParameterMetadata setLabel(String label)
label - label or null for nonepublic String getName()
null for nonepublic ParameterMetadata setName(String name)
name - name or null for nonepublic String getParamType()
null for nonepublic ParameterMetadata setParamType(String paramType)
paramType - paramType or null for nonepublic List<String> getRegexes()
null for nonepublic ParameterMetadata setRegexes(List<String> regexes)
regexes - regexes or null for nonepublic ParameterMetadata set(String fieldName, Object value)
set in class GenericJsonpublic ParameterMetadata clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.