public final class SourceOperationRequest
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 |
---|
SourceOperationRequest() |
Modifier and Type | Method and Description |
---|---|
SourceOperationRequest |
clone() |
SourceGetMetadataRequest |
getGetMetadata()
Information about a request to get metadata about a source.
|
java.lang.String |
getName()
User-provided name of the Read instruction for this source.
|
java.lang.String |
getOriginalName()
System-defined name for the Read instruction for this source in the original workflow graph.
|
SourceSplitRequest |
getSplit()
Information about a request to split a source.
|
java.lang.String |
getStageName()
System-defined name of the stage containing the source operation.
|
java.lang.String |
getSystemName()
System-defined name of the Read instruction for this source.
|
SourceOperationRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SourceOperationRequest |
setGetMetadata(SourceGetMetadataRequest getMetadata)
Information about a request to get metadata about a source.
|
SourceOperationRequest |
setName(java.lang.String name)
User-provided name of the Read instruction for this source.
|
SourceOperationRequest |
setOriginalName(java.lang.String originalName)
System-defined name for the Read instruction for this source in the original workflow graph.
|
SourceOperationRequest |
setSplit(SourceSplitRequest split)
Information about a request to split a source.
|
SourceOperationRequest |
setStageName(java.lang.String stageName)
System-defined name of the stage containing the source operation.
|
SourceOperationRequest |
setSystemName(java.lang.String systemName)
System-defined name of the Read instruction for this source.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public SourceGetMetadataRequest getGetMetadata()
null
for nonepublic SourceOperationRequest setGetMetadata(SourceGetMetadataRequest getMetadata)
getMetadata
- getMetadata or null
for nonepublic java.lang.String getName()
null
for nonepublic SourceOperationRequest setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getOriginalName()
null
for nonepublic SourceOperationRequest setOriginalName(java.lang.String originalName)
originalName
- originalName or null
for nonepublic SourceSplitRequest getSplit()
null
for nonepublic SourceOperationRequest setSplit(SourceSplitRequest split)
split
- split or null
for nonepublic java.lang.String getStageName()
null
for nonepublic SourceOperationRequest setStageName(java.lang.String stageName)
stageName
- stageName or null
for nonepublic java.lang.String getSystemName()
null
for nonepublic SourceOperationRequest setSystemName(java.lang.String systemName)
systemName
- systemName or null
for nonepublic SourceOperationRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SourceOperationRequest clone()
clone
in class com.google.api.client.json.GenericJson