public static final class ReadChangeStreamResponse.CloseStream.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder> implements ReadChangeStreamResponse.CloseStreamOrBuilder
A message indicating that the client should stop reading from the stream. If status is OK and `continuation_tokens` & `new_partitions` are empty, the stream has finished (for example if there was an `end_time` specified). If `continuation_tokens` & `new_partitions` are present, then a change in partitioning requires the client to open a new stream for each token to resume reading. Example: [B, D) ends | v new_partitions: [A, C) [C, E) continuation_tokens.partitions: [B,C) [C,D) ^---^ ^---^ ^ ^ | | | StreamContinuationToken 2 | StreamContinuationToken 1 To read the new partition [A,C), supply the continuation tokens whose ranges cover the new partition, for example ContinuationToken[A,B) & ContinuationToken[B,C).Protobuf type
google.bigtable.v2.ReadChangeStreamResponse.CloseStream| Modifier and Type | Method and Description |
|---|---|
ReadChangeStreamResponse.CloseStream.Builder |
addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
addAllNewPartitions(Iterable<? extends StreamPartition> values)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
addContinuationTokens(int index,
StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
addContinuationTokens(int index,
StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
addContinuationTokens(StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
addContinuationTokens(StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
StreamContinuationToken.Builder |
addContinuationTokensBuilder()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
StreamContinuationToken.Builder |
addContinuationTokensBuilder(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
addNewPartitions(int index,
StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
addNewPartitions(int index,
StreamPartition value)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
addNewPartitions(StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
addNewPartitions(StreamPartition value)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
StreamPartition.Builder |
addNewPartitionsBuilder()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
StreamPartition.Builder |
addNewPartitionsBuilder(int index)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream |
build() |
ReadChangeStreamResponse.CloseStream |
buildPartial() |
ReadChangeStreamResponse.CloseStream.Builder |
clear() |
ReadChangeStreamResponse.CloseStream.Builder |
clearContinuationTokens()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
clearNewPartitions()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
clearStatus()
The status of the stream.
|
StreamContinuationToken |
getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
StreamContinuationToken.Builder |
getContinuationTokensBuilder(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
List<StreamContinuationToken.Builder> |
getContinuationTokensBuilderList()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
int |
getContinuationTokensCount()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
List<StreamContinuationToken> |
getContinuationTokensList()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
StreamContinuationTokenOrBuilder |
getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
List<? extends StreamContinuationTokenOrBuilder> |
getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
StreamPartition |
getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
StreamPartition.Builder |
getNewPartitionsBuilder(int index)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
List<StreamPartition.Builder> |
getNewPartitionsBuilderList()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
int |
getNewPartitionsCount()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
List<StreamPartition> |
getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
StreamPartitionOrBuilder |
getNewPartitionsOrBuilder(int index)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
List<? extends StreamPartitionOrBuilder> |
getNewPartitionsOrBuilderList()
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
com.google.rpc.Status |
getStatus()
The status of the stream.
|
com.google.rpc.Status.Builder |
getStatusBuilder()
The status of the stream.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the stream.
|
boolean |
hasStatus()
The status of the stream.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadChangeStreamResponse.CloseStream.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadChangeStreamResponse.CloseStream.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadChangeStreamResponse.CloseStream.Builder |
mergeFrom(ReadChangeStreamResponse.CloseStream other) |
ReadChangeStreamResponse.CloseStream.Builder |
mergeStatus(com.google.rpc.Status value)
The status of the stream.
|
ReadChangeStreamResponse.CloseStream.Builder |
removeContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
removeNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
setContinuationTokens(int index,
StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
setContinuationTokens(int index,
StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
setNewPartitions(int index,
StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
setNewPartitions(int index,
StreamPartition value)
If non-empty, contains the new partitions to start reading from, which
are related to but not necessarily identical to the partitions for the
above `continuation_tokens`.
|
ReadChangeStreamResponse.CloseStream.Builder |
setStatus(com.google.rpc.Status.Builder builderForValue)
The status of the stream.
|
ReadChangeStreamResponse.CloseStream.Builder |
setStatus(com.google.rpc.Status value)
The status of the stream.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>public ReadChangeStreamResponse.CloseStream.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>public ReadChangeStreamResponse.CloseStream getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadChangeStreamResponse.CloseStream build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadChangeStreamResponse.CloseStream buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadChangeStreamResponse.CloseStream.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>public ReadChangeStreamResponse.CloseStream.Builder mergeFrom(ReadChangeStreamResponse.CloseStream other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>public ReadChangeStreamResponse.CloseStream.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.CloseStream.Builder>IOExceptionpublic boolean hasStatus()
The status of the stream.
.google.rpc.Status status = 1;hasStatus in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic com.google.rpc.Status getStatus()
The status of the stream.
.google.rpc.Status status = 1;getStatus in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic ReadChangeStreamResponse.CloseStream.Builder setStatus(com.google.rpc.Status value)
The status of the stream.
.google.rpc.Status status = 1;public ReadChangeStreamResponse.CloseStream.Builder setStatus(com.google.rpc.Status.Builder builderForValue)
The status of the stream.
.google.rpc.Status status = 1;public ReadChangeStreamResponse.CloseStream.Builder mergeStatus(com.google.rpc.Status value)
The status of the stream.
.google.rpc.Status status = 1;public ReadChangeStreamResponse.CloseStream.Builder clearStatus()
The status of the stream.
.google.rpc.Status status = 1;public com.google.rpc.Status.Builder getStatusBuilder()
The status of the stream.
.google.rpc.Status status = 1;public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the stream.
.google.rpc.Status status = 1;getStatusOrBuilder in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic List<StreamContinuationToken> getContinuationTokensList()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;getContinuationTokensList in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic int getContinuationTokensCount()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;getContinuationTokensCount in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic StreamContinuationToken getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;getContinuationTokens in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic ReadChangeStreamResponse.CloseStream.Builder setContinuationTokens(int index, StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder setContinuationTokens(int index, StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder addContinuationTokens(StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder addContinuationTokens(int index, StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder addContinuationTokens(StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder addContinuationTokens(int index, StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder clearContinuationTokens()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public ReadChangeStreamResponse.CloseStream.Builder removeContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public StreamContinuationToken.Builder getContinuationTokensBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public StreamContinuationTokenOrBuilder getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;getContinuationTokensOrBuilder in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic List<? extends StreamContinuationTokenOrBuilder> getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;getContinuationTokensOrBuilderList in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic StreamContinuationToken.Builder addContinuationTokensBuilder()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public StreamContinuationToken.Builder addContinuationTokensBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public List<StreamContinuationToken.Builder> getContinuationTokensBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;public List<StreamPartition> getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;getNewPartitionsList in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic int getNewPartitionsCount()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;getNewPartitionsCount in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic StreamPartition getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;getNewPartitions in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic ReadChangeStreamResponse.CloseStream.Builder setNewPartitions(int index, StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder setNewPartitions(int index, StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder addNewPartitions(StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder addNewPartitions(int index, StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder addNewPartitions(StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder addNewPartitions(int index, StreamPartition.Builder builderForValue)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder addAllNewPartitions(Iterable<? extends StreamPartition> values)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder clearNewPartitions()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public ReadChangeStreamResponse.CloseStream.Builder removeNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public StreamPartition.Builder getNewPartitionsBuilder(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public StreamPartitionOrBuilder getNewPartitionsOrBuilder(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;getNewPartitionsOrBuilder in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic List<? extends StreamPartitionOrBuilder> getNewPartitionsOrBuilderList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;getNewPartitionsOrBuilderList in interface ReadChangeStreamResponse.CloseStreamOrBuilderpublic StreamPartition.Builder addNewPartitionsBuilder()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public StreamPartition.Builder addNewPartitionsBuilder(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;public List<StreamPartition.Builder> getNewPartitionsBuilderList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;Copyright © 2026 Google LLC. All rights reserved.