Interface SplitReadStreamResponseOrBuilder (2.11.1)

public interface SplitReadStreamResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the remainderStream field is set.