| Modifier and Type | Method and Description |
|---|---|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
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 |
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 |
ReadChangeStreamResponse.CloseStream.Builder.addContinuationTokens(int index,
StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.addContinuationTokens(StreamContinuationToken.Builder builderForValue)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.addContinuationTokens(StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
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 |
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 |
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 |
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`.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.clear() |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.clearContinuationTokens()
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
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 |
ReadChangeStreamResponse.CloseStream.Builder.clearStatus()
The status of the stream.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.Builder.getCloseStreamBuilder()
An indication that the stream should be closed.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.mergeFrom(com.google.protobuf.Message other) |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.mergeFrom(ReadChangeStreamResponse.CloseStream other) |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.mergeStatus(com.google.rpc.Status value)
The status of the stream.
|
static ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.newBuilder() |
static ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.newBuilder(ReadChangeStreamResponse.CloseStream prototype) |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.newBuilderForType() |
protected ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.removeContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
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 |
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 |
ReadChangeStreamResponse.CloseStream.Builder.setContinuationTokens(int index,
StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their
associated partitions.
|
ReadChangeStreamResponse.CloseStream.Builder |
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 |
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 |
ReadChangeStreamResponse.CloseStream.Builder.setStatus(com.google.rpc.Status.Builder builderForValue)
The status of the stream.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.Builder.setStatus(com.google.rpc.Status value)
The status of the stream.
|
ReadChangeStreamResponse.CloseStream.Builder |
ReadChangeStreamResponse.CloseStream.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ReadChangeStreamResponse.Builder |
ReadChangeStreamResponse.Builder.setCloseStream(ReadChangeStreamResponse.CloseStream.Builder builderForValue)
An indication that the stream should be closed.
|
Copyright © 2026 Google LLC. All rights reserved.