Interface SplitReadStreamResponseOrBuilder

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

public interface SplitReadStreamResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Primary stream, which contains the beginning portion of |original_stream|.
    Primary stream, which contains the beginning portion of |original_stream|.
    Remainder stream, which contains the tail of |original_stream|.
    Remainder stream, which contains the tail of |original_stream|.
    boolean
    Primary stream, which contains the beginning portion of |original_stream|.
    boolean
    Remainder stream, which contains the tail of |original_stream|.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.v1beta2.ReadStream primary_stream = 1;
      Returns:
      Whether the primaryStream field is set.
    • getPrimaryStream

      ReadStream 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.v1beta2.ReadStream primary_stream = 1;
      Returns:
      The primaryStream.
    • getPrimaryStreamOrBuilder

      ReadStreamOrBuilder 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.v1beta2.ReadStream 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.v1beta2.ReadStream remainder_stream = 2;
      Returns:
      Whether the remainderStream field is set.
    • getRemainderStream

      ReadStream 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.v1beta2.ReadStream remainder_stream = 2;
      Returns:
      The remainderStream.
    • getRemainderStreamOrBuilder

      ReadStreamOrBuilder 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.v1beta2.ReadStream remainder_stream = 2;