public static interface Storage.SplitReadStreamResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrimaryStream()
public abstract 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 | |
|---|---|
| Type | Description |
Storage.Stream |
The primaryStream. |
getPrimaryStreamOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamOrBuilder |
|
getRemainderStream()
public abstract 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 | |
|---|---|
| Type | Description |
Storage.Stream |
The remainderStream. |
getRemainderStreamOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamOrBuilder |
|
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.v1beta1.Stream 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.v1beta1.Stream remainder_stream = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the remainderStream field is set. |