public final class StageSource
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 Dataflow 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 |
|---|
StageSource() |
| Modifier and Type | Method and Description |
|---|---|
StageSource |
clone() |
String |
getName()
Dataflow service generated name for this source.
|
String |
getOriginalTransformOrCollection()
User name for the original user transform or collection with which this source is most closely
associated.
|
Long |
getSizeBytes()
Size of the source, if measurable.
|
String |
getUserName()
Human-readable name for this source; may be user or system generated.
|
StageSource |
set(String fieldName,
Object value) |
StageSource |
setName(String name)
Dataflow service generated name for this source.
|
StageSource |
setOriginalTransformOrCollection(String originalTransformOrCollection)
User name for the original user transform or collection with which this source is most closely
associated.
|
StageSource |
setSizeBytes(Long sizeBytes)
Size of the source, if measurable.
|
StageSource |
setUserName(String userName)
Human-readable name for this source; may be user or system generated.
|
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 StageSource setName(String name)
name - name or null for nonepublic String getOriginalTransformOrCollection()
null for nonepublic StageSource setOriginalTransformOrCollection(String originalTransformOrCollection)
originalTransformOrCollection - originalTransformOrCollection or null for nonepublic Long getSizeBytes()
null for nonepublic StageSource setSizeBytes(Long sizeBytes)
sizeBytes - sizeBytes or null for nonepublic String getUserName()
null for nonepublic StageSource setUserName(String userName)
userName - userName or null for nonepublic StageSource set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StageSource clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.