Interface Storage.SplitReadStreamResponseOrBuilder

    • Method Detail

      • hasPrimaryStream

        boolean hasPrimaryStream()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
        Returns:
        Whether the primaryStream field is set.
      • getPrimaryStream

        Storage.Stream getPrimaryStream()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
        Returns:
        The primaryStream.
      • getPrimaryStreamOrBuilder

        Storage.StreamOrBuilder getPrimaryStreamOrBuilder()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • hasRemainderStream

        boolean hasRemainderStream()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
        Returns:
        Whether the remainderStream field is set.
      • getRemainderStream

        Storage.Stream getRemainderStream()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
        Returns:
        The remainderStream.
      • getRemainderStreamOrBuilder

        Storage.StreamOrBuilder getRemainderStreamOrBuilder()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;