public interface StreamLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomSourceLocation()
public abstract CustomSourceLocation getCustomSourceLocation()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Type | Description |
| CustomSourceLocation | The customSourceLocation. |
getCustomSourceLocationOrBuilder()
public abstract CustomSourceLocationOrBuilder getCustomSourceLocationOrBuilder()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Type | Description |
| CustomSourceLocationOrBuilder |
getLocationCase()
public abstract StreamLocation.LocationCase getLocationCase()| Type | Description |
| StreamLocation.LocationCase |
getPubsubLocation()
public abstract PubsubLocation getPubsubLocation()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Type | Description |
| PubsubLocation | The pubsubLocation. |
getPubsubLocationOrBuilder()
public abstract PubsubLocationOrBuilder getPubsubLocationOrBuilder()The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
| Type | Description |
| PubsubLocationOrBuilder |
getSideInputLocation()
public abstract StreamingSideInputLocation getSideInputLocation()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Type | Description |
| StreamingSideInputLocation | The sideInputLocation. |
getSideInputLocationOrBuilder()
public abstract StreamingSideInputLocationOrBuilder getSideInputLocationOrBuilder()The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| StreamingStageLocationOrBuilder |
hasCustomSourceLocation()
public abstract boolean hasCustomSourceLocation()The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the streamingStageLocation field is set. |