public final class CounterStructuredName
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 |
---|
CounterStructuredName() |
Modifier and Type | Method and Description |
---|---|
CounterStructuredName |
clone() |
java.lang.String |
getComponentStepName()
Name of the optimized step being executed by the workers.
|
java.lang.String |
getExecutionStepName()
Name of the stage.
|
java.lang.Integer |
getInputIndex()
Index of an input collection that's being read from/written to as a side input.
|
java.lang.String |
getName()
Counter name.
|
java.lang.String |
getOrigin()
One of the standard Origins defined above.
|
java.lang.String |
getOriginalRequestingStepName()
The step name requesting an operation, such as GBK.
|
java.lang.String |
getOriginalStepName()
System generated name of the original step in the user's graph, before optimization.
|
java.lang.String |
getOriginNamespace()
A string containing a more specific namespace of the counter's origin.
|
java.lang.String |
getPortion()
Portion of this counter, either key or value.
|
java.lang.String |
getWorkerId()
ID of a particular worker.
|
CounterStructuredName |
set(java.lang.String fieldName,
java.lang.Object value) |
CounterStructuredName |
setComponentStepName(java.lang.String componentStepName)
Name of the optimized step being executed by the workers.
|
CounterStructuredName |
setExecutionStepName(java.lang.String executionStepName)
Name of the stage.
|
CounterStructuredName |
setInputIndex(java.lang.Integer inputIndex)
Index of an input collection that's being read from/written to as a side input.
|
CounterStructuredName |
setName(java.lang.String name)
Counter name.
|
CounterStructuredName |
setOrigin(java.lang.String origin)
One of the standard Origins defined above.
|
CounterStructuredName |
setOriginalRequestingStepName(java.lang.String originalRequestingStepName)
The step name requesting an operation, such as GBK.
|
CounterStructuredName |
setOriginalStepName(java.lang.String originalStepName)
System generated name of the original step in the user's graph, before optimization.
|
CounterStructuredName |
setOriginNamespace(java.lang.String originNamespace)
A string containing a more specific namespace of the counter's origin.
|
CounterStructuredName |
setPortion(java.lang.String portion)
Portion of this counter, either key or value.
|
CounterStructuredName |
setWorkerId(java.lang.String workerId)
ID of a particular worker.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getComponentStepName()
null
for nonepublic CounterStructuredName setComponentStepName(java.lang.String componentStepName)
componentStepName
- componentStepName or null
for nonepublic java.lang.String getExecutionStepName()
null
for nonepublic CounterStructuredName setExecutionStepName(java.lang.String executionStepName)
executionStepName
- executionStepName or null
for nonepublic java.lang.Integer getInputIndex()
null
for nonepublic CounterStructuredName setInputIndex(java.lang.Integer inputIndex)
inputIndex
- inputIndex or null
for nonepublic java.lang.String getName()
null
for nonepublic CounterStructuredName setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getOrigin()
null
for nonepublic CounterStructuredName setOrigin(java.lang.String origin)
origin
- origin or null
for nonepublic java.lang.String getOriginNamespace()
null
for nonepublic CounterStructuredName setOriginNamespace(java.lang.String originNamespace)
originNamespace
- originNamespace or null
for nonepublic java.lang.String getOriginalRequestingStepName()
null
for nonepublic CounterStructuredName setOriginalRequestingStepName(java.lang.String originalRequestingStepName)
originalRequestingStepName
- originalRequestingStepName or null
for nonepublic java.lang.String getOriginalStepName()
null
for nonepublic CounterStructuredName setOriginalStepName(java.lang.String originalStepName)
originalStepName
- originalStepName or null
for nonepublic java.lang.String getPortion()
null
for nonepublic CounterStructuredName setPortion(java.lang.String portion)
portion
- portion or null
for nonepublic java.lang.String getWorkerId()
null
for nonepublic CounterStructuredName setWorkerId(java.lang.String workerId)
workerId
- workerId or null
for nonepublic CounterStructuredName set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public CounterStructuredName clone()
clone
in class com.google.api.client.json.GenericJson