public static final class StreamLocation.Builder extends GeneratedMessage.Builder<StreamLocation.Builder> implements StreamLocationOrBuilderDescribes a stream of data, either as input to be processed or as output of a streaming Dataflow job.
Protobuf type google.dataflow.v1beta3.StreamLocation
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StreamLocation.BuilderImplements
StreamLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StreamLocation build()| Returns | |
|---|---|
| Type | Description |
StreamLocation |
|
buildPartial()
public StreamLocation buildPartial()| Returns | |
|---|---|
| Type | Description |
StreamLocation |
|
clear()
public StreamLocation.Builder clear()| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
clearCustomSourceLocation()
public StreamLocation.Builder clearCustomSourceLocation()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
clearLocation()
public StreamLocation.Builder clearLocation()| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
clearPubsubLocation()
public StreamLocation.Builder clearPubsubLocation()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
clearSideInputLocation()
public StreamLocation.Builder clearSideInputLocation()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
clearStreamingStageLocation()
public StreamLocation.Builder clearStreamingStageLocation()The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
getCustomSourceLocation()
public CustomSourceLocation getCustomSourceLocation()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Returns | |
|---|---|
| Type | Description |
CustomSourceLocation |
The customSourceLocation. |
getCustomSourceLocationBuilder()
public CustomSourceLocation.Builder getCustomSourceLocationBuilder()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Returns | |
|---|---|
| Type | Description |
CustomSourceLocation.Builder |
|
getCustomSourceLocationOrBuilder()
public CustomSourceLocationOrBuilder getCustomSourceLocationOrBuilder()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Returns | |
|---|---|
| Type | Description |
CustomSourceLocationOrBuilder |
|
getDefaultInstanceForType()
public StreamLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamLocation |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLocationCase()
public StreamLocation.LocationCase getLocationCase()| Returns | |
|---|---|
| Type | Description |
StreamLocation.LocationCase |
|
getPubsubLocation()
public PubsubLocation getPubsubLocation()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Returns | |
|---|---|
| Type | Description |
PubsubLocation |
The pubsubLocation. |
getPubsubLocationBuilder()
public PubsubLocation.Builder getPubsubLocationBuilder()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Returns | |
|---|---|
| Type | Description |
PubsubLocation.Builder |
|
getPubsubLocationOrBuilder()
public PubsubLocationOrBuilder getPubsubLocationOrBuilder()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Returns | |
|---|---|
| Type | Description |
PubsubLocationOrBuilder |
|
getSideInputLocation()
public StreamingSideInputLocation getSideInputLocation()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
The sideInputLocation. |
getSideInputLocationBuilder()
public StreamingSideInputLocation.Builder getSideInputLocationBuilder()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
getSideInputLocationOrBuilder()
public StreamingSideInputLocationOrBuilder getSideInputLocationOrBuilder()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocationOrBuilder |
|
getStreamingStageLocation()
public StreamingStageLocation getStreamingStageLocation()The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingStageLocation |
The streamingStageLocation. |
getStreamingStageLocationBuilder()
public StreamingStageLocation.Builder getStreamingStageLocationBuilder()The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingStageLocation.Builder |
|
getStreamingStageLocationOrBuilder()
public StreamingStageLocationOrBuilder getStreamingStageLocationOrBuilder()The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingStageLocationOrBuilder |
|
hasCustomSourceLocation()
public boolean hasCustomSourceLocation()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customSourceLocation field is set. |
hasPubsubLocation()
public boolean hasPubsubLocation()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pubsubLocation field is set. |
hasSideInputLocation()
public boolean hasSideInputLocation()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sideInputLocation field is set. |
hasStreamingStageLocation()
public boolean hasStreamingStageLocation()The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the streamingStageLocation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCustomSourceLocation(CustomSourceLocation value)
public StreamLocation.Builder mergeCustomSourceLocation(CustomSourceLocation value)The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomSourceLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
mergeFrom(StreamLocation other)
public StreamLocation.Builder mergeFrom(StreamLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StreamLocation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
mergePubsubLocation(PubsubLocation value)
public StreamLocation.Builder mergePubsubLocation(PubsubLocation value)The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PubsubLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
mergeSideInputLocation(StreamingSideInputLocation value)
public StreamLocation.Builder mergeSideInputLocation(StreamingSideInputLocation value)The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingSideInputLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
mergeStreamingStageLocation(StreamingStageLocation value)
public StreamLocation.Builder mergeStreamingStageLocation(StreamingStageLocation value)The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingStageLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setCustomSourceLocation(CustomSourceLocation value)
public StreamLocation.Builder setCustomSourceLocation(CustomSourceLocation value)The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomSourceLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setCustomSourceLocation(CustomSourceLocation.Builder builderForValue)
public StreamLocation.Builder setCustomSourceLocation(CustomSourceLocation.Builder builderForValue)The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomSourceLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setPubsubLocation(PubsubLocation value)
public StreamLocation.Builder setPubsubLocation(PubsubLocation value)The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PubsubLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setPubsubLocation(PubsubLocation.Builder builderForValue)
public StreamLocation.Builder setPubsubLocation(PubsubLocation.Builder builderForValue)The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PubsubLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setSideInputLocation(StreamingSideInputLocation value)
public StreamLocation.Builder setSideInputLocation(StreamingSideInputLocation value)The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingSideInputLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setSideInputLocation(StreamingSideInputLocation.Builder builderForValue)
public StreamLocation.Builder setSideInputLocation(StreamingSideInputLocation.Builder builderForValue)The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StreamingSideInputLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setStreamingStageLocation(StreamingStageLocation value)
public StreamLocation.Builder setStreamingStageLocation(StreamingStageLocation value)The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingStageLocation |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|
setStreamingStageLocation(StreamingStageLocation.Builder builderForValue)
public StreamLocation.Builder setStreamingStageLocation(StreamingStageLocation.Builder builderForValue)The stream is part of another computation within the current streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StreamingStageLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamLocation.Builder |
|