| Modifier and Type | Method and Description |
|---|---|
StreamPartition |
StreamPartition.Builder.build() |
StreamPartition |
StreamPartition.Builder.buildPartial() |
static StreamPartition |
StreamPartition.getDefaultInstance() |
StreamPartition |
StreamPartition.getDefaultInstanceForType() |
StreamPartition |
StreamPartition.Builder.getDefaultInstanceForType() |
StreamPartition |
ReadChangeStreamResponse.CloseStreamOrBuilder.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 |
ReadChangeStreamResponse.CloseStream.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 |
ReadChangeStreamResponse.CloseStream.Builder.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 |
ReadChangeStreamRequestOrBuilder.getPartition()
The partition to read changes from.
|
StreamPartition |
GenerateInitialChangeStreamPartitionsResponse.getPartition()
A partition of the change stream.
|
StreamPartition |
GenerateInitialChangeStreamPartitionsResponse.Builder.getPartition()
A partition of the change stream.
|
StreamPartition |
StreamContinuationTokenOrBuilder.getPartition()
The partition that this token applies to.
|
StreamPartition |
ReadChangeStreamRequest.getPartition()
The partition to read changes from.
|
StreamPartition |
ReadChangeStreamRequest.Builder.getPartition()
The partition to read changes from.
|
StreamPartition |
StreamContinuationToken.getPartition()
The partition that this token applies to.
|
StreamPartition |
StreamContinuationToken.Builder.getPartition()
The partition that this token applies to.
|
StreamPartition |
GenerateInitialChangeStreamPartitionsResponseOrBuilder.getPartition()
A partition of the change stream.
|
static StreamPartition |
StreamPartition.parseDelimitedFrom(InputStream input) |
static StreamPartition |
StreamPartition.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamPartition |
StreamPartition.parseFrom(byte[] data) |
static StreamPartition |
StreamPartition.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamPartition |
StreamPartition.parseFrom(ByteBuffer data) |
static StreamPartition |
StreamPartition.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamPartition |
StreamPartition.parseFrom(com.google.protobuf.ByteString data) |
static StreamPartition |
StreamPartition.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamPartition |
StreamPartition.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamPartition |
StreamPartition.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamPartition |
StreamPartition.parseFrom(InputStream input) |
static StreamPartition |
StreamPartition.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamPartition> |
ReadChangeStreamResponse.CloseStreamOrBuilder.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`.
|
List<StreamPartition> |
ReadChangeStreamResponse.CloseStream.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`.
|
List<StreamPartition> |
ReadChangeStreamResponse.CloseStream.Builder.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`.
|
com.google.protobuf.Parser<StreamPartition> |
StreamPartition.getParserForType() |
static com.google.protobuf.Parser<StreamPartition> |
StreamPartition.parser() |
| Modifier and Type | Method and Description |
|---|---|
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 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 |
StreamPartition.Builder.mergeFrom(StreamPartition other) |
GenerateInitialChangeStreamPartitionsResponse.Builder |
GenerateInitialChangeStreamPartitionsResponse.Builder.mergePartition(StreamPartition value)
A partition of the change stream.
|
ReadChangeStreamRequest.Builder |
ReadChangeStreamRequest.Builder.mergePartition(StreamPartition value)
The partition to read changes from.
|
StreamContinuationToken.Builder |
StreamContinuationToken.Builder.mergePartition(StreamPartition value)
The partition that this token applies to.
|
static StreamPartition.Builder |
StreamPartition.newBuilder(StreamPartition prototype) |
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`.
|
GenerateInitialChangeStreamPartitionsResponse.Builder |
GenerateInitialChangeStreamPartitionsResponse.Builder.setPartition(StreamPartition value)
A partition of the change stream.
|
ReadChangeStreamRequest.Builder |
ReadChangeStreamRequest.Builder.setPartition(StreamPartition value)
The partition to read changes from.
|
StreamContinuationToken.Builder |
StreamContinuationToken.Builder.setPartition(StreamPartition value)
The partition that this token applies to.
|
| Modifier and Type | Method and Description |
|---|---|
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`.
|
Copyright © 2026 Google LLC. All rights reserved.