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 Google 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.Flags| Constructor and Description |
|---|
StageSource() |
| Modifier and Type | Method and Description |
|---|---|
StageSource |
clone() |
java.lang.String |
getName()
Dataflow service generated name for this source.
|
java.lang.String |
getOriginalTransformOrCollection()
User name for the original user transform or collection with which this source is most closely
associated.
|
java.lang.Long |
getSizeBytes()
Size of the source, if measurable.
|
java.lang.String |
getUserName()
Human-readable name for this source; may be user or system generated.
|
StageSource |
set(java.lang.String fieldName,
java.lang.Object value) |
StageSource |
setName(java.lang.String name)
Dataflow service generated name for this source.
|
StageSource |
setOriginalTransformOrCollection(java.lang.String originalTransformOrCollection)
User name for the original user transform or collection with which this source is most closely
associated.
|
StageSource |
setSizeBytes(java.lang.Long sizeBytes)
Size of the source, if measurable.
|
StageSource |
setUserName(java.lang.String userName)
Human-readable name for this source; may be user or system generated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getName()
null for nonepublic StageSource setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getOriginalTransformOrCollection()
null for nonepublic StageSource setOriginalTransformOrCollection(java.lang.String originalTransformOrCollection)
originalTransformOrCollection - originalTransformOrCollection or null for nonepublic java.lang.Long getSizeBytes()
null for nonepublic StageSource setSizeBytes(java.lang.Long sizeBytes)
sizeBytes - sizeBytes or null for nonepublic java.lang.String getUserName()
null for nonepublic StageSource setUserName(java.lang.String userName)
userName - userName or null for nonepublic StageSource set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StageSource clone()
clone in class com.google.api.client.json.GenericJson