Interface StreamLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StreamLocation, StreamLocation.Builder

    public interface StreamLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStreamingStageLocation

        boolean hasStreamingStageLocation()
         The stream is part of another computation within the current
         streaming Dataflow job.
         
        .google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
        Returns:
        Whether the streamingStageLocation field is set.
      • getStreamingStageLocation

        StreamingStageLocation getStreamingStageLocation()
         The stream is part of another computation within the current
         streaming Dataflow job.
         
        .google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
        Returns:
        The streamingStageLocation.
      • getStreamingStageLocationOrBuilder

        StreamingStageLocationOrBuilder getStreamingStageLocationOrBuilder()
         The stream is part of another computation within the current
         streaming Dataflow job.
         
        .google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
      • hasPubsubLocation

        boolean hasPubsubLocation()
         The stream is a pubsub stream.
         
        .google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
        Returns:
        Whether the pubsubLocation field is set.
      • getPubsubLocation

        PubsubLocation getPubsubLocation()
         The stream is a pubsub stream.
         
        .google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
        Returns:
        The pubsubLocation.
      • getPubsubLocationOrBuilder

        PubsubLocationOrBuilder getPubsubLocationOrBuilder()
         The stream is a pubsub stream.
         
        .google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
      • hasSideInputLocation

        boolean hasSideInputLocation()
         The stream is a streaming side input.
         
        .google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
        Returns:
        Whether the sideInputLocation field is set.
      • getSideInputLocation

        StreamingSideInputLocation getSideInputLocation()
         The stream is a streaming side input.
         
        .google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
        Returns:
        The sideInputLocation.
      • getSideInputLocationOrBuilder

        StreamingSideInputLocationOrBuilder getSideInputLocationOrBuilder()
         The stream is a streaming side input.
         
        .google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
      • hasCustomSourceLocation

        boolean hasCustomSourceLocation()
         The stream is a custom source.
         
        .google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
        Returns:
        Whether the customSourceLocation field is set.
      • getCustomSourceLocation

        CustomSourceLocation getCustomSourceLocation()
         The stream is a custom source.
         
        .google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
        Returns:
        The customSourceLocation.
      • getCustomSourceLocationOrBuilder

        CustomSourceLocationOrBuilder getCustomSourceLocationOrBuilder()
         The stream is a custom source.
         
        .google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;