public interface SplitReadStreamResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReadStream |
getPrimaryStream()
Primary stream, which contains the beginning portion of
|original_stream|.
|
ReadStreamOrBuilder |
getPrimaryStreamOrBuilder()
Primary stream, which contains the beginning portion of
|original_stream|.
|
ReadStream |
getRemainderStream()
Remainder stream, which contains the tail of |original_stream|.
|
ReadStreamOrBuilder |
getRemainderStreamOrBuilder()
Remainder stream, which contains the tail of |original_stream|.
|
boolean |
hasPrimaryStream()
Primary stream, which contains the beginning portion of
|original_stream|.
|
boolean |
hasRemainderStream()
Remainder stream, which contains the tail of |original_stream|.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.