public static interface Storage.SplitReadStreamResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Storage.Stream |
getPrimaryStream()
Primary stream, which contains the beginning portion of
|original_stream|.
|
Storage.StreamOrBuilder |
getPrimaryStreamOrBuilder()
Primary stream, which contains the beginning portion of
|original_stream|.
|
Storage.Stream |
getRemainderStream()
Remainder stream, which contains the tail of |original_stream|.
|
Storage.StreamOrBuilder |
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.v1beta1.Stream primary_stream = 1;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.