public final class StreamingComputationConfig
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 |
|---|
StreamingComputationConfig() |
| Modifier and Type | Method and Description |
|---|---|
StreamingComputationConfig |
clone() |
java.lang.String |
getComputationId()
Unique identifier for this computation.
|
java.util.List<ParallelInstruction> |
getInstructions()
Instructions that comprise the computation.
|
java.lang.String |
getStageName()
Stage name of this computation.
|
java.lang.String |
getSystemName()
System defined name for this computation.
|
StreamingComputationConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
StreamingComputationConfig |
setComputationId(java.lang.String computationId)
Unique identifier for this computation.
|
StreamingComputationConfig |
setInstructions(java.util.List<ParallelInstruction> instructions)
Instructions that comprise the computation.
|
StreamingComputationConfig |
setStageName(java.lang.String stageName)
Stage name of this computation.
|
StreamingComputationConfig |
setSystemName(java.lang.String systemName)
System defined name for this computation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getComputationId()
null for nonepublic StreamingComputationConfig setComputationId(java.lang.String computationId)
computationId - computationId or null for nonepublic java.util.List<ParallelInstruction> getInstructions()
null for nonepublic StreamingComputationConfig setInstructions(java.util.List<ParallelInstruction> instructions)
instructions - instructions or null for nonepublic java.lang.String getStageName()
null for nonepublic StreamingComputationConfig setStageName(java.lang.String stageName)
stageName - stageName or null for nonepublic java.lang.String getSystemName()
null for nonepublic StreamingComputationConfig setSystemName(java.lang.String systemName)
systemName - systemName or null for nonepublic StreamingComputationConfig set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StreamingComputationConfig clone()
clone in class com.google.api.client.json.GenericJson