public final class SourceOperationRequest extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SourceOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
SourceOperationRequest |
clone() |
SourceGetMetadataRequest |
getGetMetadata()
Information about a request to get metadata about a source.
|
String |
getName()
User-provided name of the Read instruction for this source.
|
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.
|
String |
getStageName()
System-defined name of the stage containing the source operation.
|
String |
getSystemName()
System-defined name of the Read instruction for this source.
|
SourceOperationRequest |
set(String fieldName,
Object value) |
SourceOperationRequest |
setGetMetadata(SourceGetMetadataRequest getMetadata)
Information about a request to get metadata about a source.
|
SourceOperationRequest |
setName(String name)
User-provided name of the Read instruction for this source.
|
SourceOperationRequest |
setOriginalName(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(String stageName)
System-defined name of the stage containing the source operation.
|
SourceOperationRequest |
setSystemName(String systemName)
System-defined name of the Read instruction for this source.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SourceGetMetadataRequest getGetMetadata()
null for nonepublic SourceOperationRequest setGetMetadata(SourceGetMetadataRequest getMetadata)
getMetadata - getMetadata or null for nonepublic String getName()
null for nonepublic SourceOperationRequest setName(String name)
name - name or null for nonepublic String getOriginalName()
null for nonepublic SourceOperationRequest setOriginalName(String originalName)
originalName - originalName or null for nonepublic SourceSplitRequest getSplit()
null for nonepublic SourceOperationRequest setSplit(SourceSplitRequest split)
split - split or null for nonepublic String getStageName()
null for nonepublic SourceOperationRequest setStageName(String stageName)
stageName - stageName or null for nonepublic String getSystemName()
null for nonepublic SourceOperationRequest setSystemName(String systemName)
systemName - systemName or null for nonepublic SourceOperationRequest set(String fieldName, Object value)
set in class GenericJsonpublic SourceOperationRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.