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 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.
|
java.util.Map<java.lang.String,java.lang.String> |
getTransformUserNameToStateFamily()
Map from user name of stateful transforms in this stage to their state family.
|
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.
|
StreamingComputationConfig |
setTransformUserNameToStateFamily(java.util.Map<java.lang.String,java.lang.String> transformUserNameToStateFamily)
Map from user name of stateful transforms in this stage to their state family.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 java.util.Map<java.lang.String,java.lang.String> getTransformUserNameToStateFamily()
null
for nonepublic StreamingComputationConfig setTransformUserNameToStateFamily(java.util.Map<java.lang.String,java.lang.String> transformUserNameToStateFamily)
transformUserNameToStateFamily
- transformUserNameToStateFamily or null
for nonepublic StreamingComputationConfig set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public StreamingComputationConfig clone()
clone
in class com.google.api.client.json.GenericJson