Interface StreamLocationOrBuilder (0.9.0)

public interface StreamLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomSourceLocation()

public abstract CustomSourceLocation getCustomSourceLocation()

The stream is a custom source.

.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;

Returns
TypeDescription
CustomSourceLocation

The customSourceLocation.

getCustomSourceLocationOrBuilder()

public abstract CustomSourceLocationOrBuilder getCustomSourceLocationOrBuilder()

The stream is a custom source.

.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;

Returns
TypeDescription
CustomSourceLocationOrBuilder

getLocationCase()

public abstract StreamLocation.LocationCase getLocationCase()
Returns
TypeDescription
StreamLocation.LocationCase

getPubsubLocation()

public abstract PubsubLocation getPubsubLocation()

The stream is a pubsub stream.

.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;

Returns
TypeDescription
PubsubLocation

The pubsubLocation.

getPubsubLocationOrBuilder()

public abstract PubsubLocationOrBuilder getPubsubLocationOrBuilder()

The stream is a pubsub stream.

.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;

Returns
TypeDescription
PubsubLocationOrBuilder

getSideInputLocation()

public abstract StreamingSideInputLocation getSideInputLocation()

The stream is a streaming side input.

.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;

Returns
TypeDescription
StreamingSideInputLocation

The sideInputLocation.

getSideInputLocationOrBuilder()

public abstract StreamingSideInputLocationOrBuilder getSideInputLocationOrBuilder()

The stream is a streaming side input.

.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;

Returns
TypeDescription
StreamingSideInputLocationOrBuilder

getStreamingStageLocation()

public abstract StreamingStageLocation getStreamingStageLocation()

The stream is part of another computation within the current streaming Dataflow job.

.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;

Returns
TypeDescription
StreamingStageLocation

The streamingStageLocation.

getStreamingStageLocationOrBuilder()

public abstract StreamingStageLocationOrBuilder getStreamingStageLocationOrBuilder()

The stream is part of another computation within the current streaming Dataflow job.

.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;

Returns
TypeDescription
StreamingStageLocationOrBuilder

hasCustomSourceLocation()

public abstract boolean hasCustomSourceLocation()

The stream is a custom source.

.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;

Returns
TypeDescription
boolean

Whether the customSourceLocation field is set.

hasPubsubLocation()

public abstract boolean hasPubsubLocation()

The stream is a pubsub stream.

.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;

Returns
TypeDescription
boolean

Whether the pubsubLocation field is set.

hasSideInputLocation()

public abstract boolean hasSideInputLocation()

The stream is a streaming side input.

.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;

Returns
TypeDescription
boolean

Whether the sideInputLocation field is set.

hasStreamingStageLocation()

public abstract boolean hasStreamingStageLocation()

The stream is part of another computation within the current streaming Dataflow job.

.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;

Returns
TypeDescription
boolean

Whether the streamingStageLocation field is set.