public final class ExecutionStageSummary
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 |
|---|
ExecutionStageSummary() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStageSummary |
clone() |
java.util.List<ComponentSource> |
getComponentSource()
Collections produced and consumed by component transforms of this stage.
|
java.util.List<ComponentTransform> |
getComponentTransform()
Transforms that comprise this execution stage.
|
java.lang.String |
getId()
Dataflow service generated id for this stage.
|
java.util.List<StageSource> |
getInputSource()
Input sources for this stage.
|
java.lang.String |
getKind()
Type of tranform this stage is executing.
|
java.lang.String |
getName()
Dataflow service generated name for this stage.
|
java.util.List<StageSource> |
getOutputSource()
Output sources for this stage.
|
ExecutionStageSummary |
set(java.lang.String fieldName,
java.lang.Object value) |
ExecutionStageSummary |
setComponentSource(java.util.List<ComponentSource> componentSource)
Collections produced and consumed by component transforms of this stage.
|
ExecutionStageSummary |
setComponentTransform(java.util.List<ComponentTransform> componentTransform)
Transforms that comprise this execution stage.
|
ExecutionStageSummary |
setId(java.lang.String id)
Dataflow service generated id for this stage.
|
ExecutionStageSummary |
setInputSource(java.util.List<StageSource> inputSource)
Input sources for this stage.
|
ExecutionStageSummary |
setKind(java.lang.String kind)
Type of tranform this stage is executing.
|
ExecutionStageSummary |
setName(java.lang.String name)
Dataflow service generated name for this stage.
|
ExecutionStageSummary |
setOutputSource(java.util.List<StageSource> outputSource)
Output sources for this stage.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ComponentSource> getComponentSource()
null for nonepublic ExecutionStageSummary setComponentSource(java.util.List<ComponentSource> componentSource)
componentSource - componentSource or null for nonepublic java.util.List<ComponentTransform> getComponentTransform()
null for nonepublic ExecutionStageSummary setComponentTransform(java.util.List<ComponentTransform> componentTransform)
componentTransform - componentTransform or null for nonepublic java.lang.String getId()
null for nonepublic ExecutionStageSummary setId(java.lang.String id)
id - id or null for nonepublic java.util.List<StageSource> getInputSource()
null for nonepublic ExecutionStageSummary setInputSource(java.util.List<StageSource> inputSource)
inputSource - inputSource or null for nonepublic java.lang.String getKind()
null for nonepublic ExecutionStageSummary setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic ExecutionStageSummary setName(java.lang.String name)
name - name or null for nonepublic java.util.List<StageSource> getOutputSource()
null for nonepublic ExecutionStageSummary setOutputSource(java.util.List<StageSource> outputSource)
outputSource - outputSource or null for nonepublic ExecutionStageSummary set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ExecutionStageSummary clone()
clone in class com.google.api.client.json.GenericJson