public interface SplitReadStreamResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrimaryStream()
public abstract 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.v1.ReadStream primary_stream = 1;
| Returns | |
|---|---|
| Type | Description | 
ReadStream | 
        The primaryStream.  | 
      
getPrimaryStreamOrBuilder()
public abstract 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.v1.ReadStream primary_stream = 1;
| Returns | |
|---|---|
| Type | Description | 
ReadStreamOrBuilder | 
        |
getRemainderStream()
public abstract 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.v1.ReadStream remainder_stream = 2;
| Returns | |
|---|---|
| Type | Description | 
ReadStream | 
        The remainderStream.  | 
      
getRemainderStreamOrBuilder()
public abstract 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.v1.ReadStream remainder_stream = 2;
| Returns | |
|---|---|
| Type | Description | 
ReadStreamOrBuilder | 
        |
hasPrimaryStream()
public abstract 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.v1.ReadStream primary_stream = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the primaryStream field is set.  | 
      
hasRemainderStream()
public abstract 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.v1.ReadStream remainder_stream = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the remainderStream field is set.  |