public final class StreamLocation 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 |
|---|
StreamLocation() |
| Modifier and Type | Method and Description |
|---|---|
StreamLocation |
clone() |
CustomSourceLocation |
getCustomSourceLocation()
The stream is a custom source.
|
PubsubLocation |
getPubsubLocation()
The stream is a pubsub stream.
|
StreamingSideInputLocation |
getSideInputLocation()
The stream is a streaming side input.
|
StreamingStageLocation |
getStreamingStageLocation()
The stream is part of another computation within the current streaming Dataflow job.
|
StreamLocation |
set(String fieldName,
Object value) |
StreamLocation |
setCustomSourceLocation(CustomSourceLocation customSourceLocation)
The stream is a custom source.
|
StreamLocation |
setPubsubLocation(PubsubLocation pubsubLocation)
The stream is a pubsub stream.
|
StreamLocation |
setSideInputLocation(StreamingSideInputLocation sideInputLocation)
The stream is a streaming side input.
|
StreamLocation |
setStreamingStageLocation(StreamingStageLocation streamingStageLocation)
The stream is part of another computation within the current streaming Dataflow job.
|
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 CustomSourceLocation getCustomSourceLocation()
null for nonepublic StreamLocation setCustomSourceLocation(CustomSourceLocation customSourceLocation)
customSourceLocation - customSourceLocation or null for nonepublic PubsubLocation getPubsubLocation()
null for nonepublic StreamLocation setPubsubLocation(PubsubLocation pubsubLocation)
pubsubLocation - pubsubLocation or null for nonepublic StreamingSideInputLocation getSideInputLocation()
null for nonepublic StreamLocation setSideInputLocation(StreamingSideInputLocation sideInputLocation)
sideInputLocation - sideInputLocation or null for nonepublic StreamingStageLocation getStreamingStageLocation()
null for nonepublic StreamLocation setStreamingStageLocation(StreamingStageLocation streamingStageLocation)
streamingStageLocation - streamingStageLocation or null for nonepublic StreamLocation set(String fieldName, Object value)
set in class GenericJsonpublic StreamLocation clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.