| Modifier and Type | Method and Description |
|---|---|
StreamPartition.Builder |
StreamPartition.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamPartition.Builder |
StreamPartition.Builder.clear() |
StreamPartition.Builder |
StreamPartition.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamPartition.Builder |
StreamPartition.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamPartition.Builder |
StreamPartition.Builder.clearRowRange()
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
StreamPartition.Builder |
StreamPartition.Builder.clone() |
StreamPartition.Builder |
GenerateInitialChangeStreamPartitionsResponse.Builder.getPartitionBuilder()
A partition of the change stream.
|
StreamPartition.Builder |
ReadChangeStreamRequest.Builder.getPartitionBuilder()
The partition to read changes from.
|
StreamPartition.Builder |
StreamContinuationToken.Builder.getPartitionBuilder()
The partition that this token applies to.
|
StreamPartition.Builder |
StreamPartition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamPartition.Builder |
StreamPartition.Builder.mergeFrom(com.google.protobuf.Message other) |
StreamPartition.Builder |
StreamPartition.Builder.mergeFrom(StreamPartition other) |
StreamPartition.Builder |
StreamPartition.Builder.mergeRowRange(RowRange value)
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
StreamPartition.Builder |
StreamPartition.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StreamPartition.Builder |
StreamPartition.newBuilder() |
static StreamPartition.Builder |
StreamPartition.newBuilder(StreamPartition prototype) |
StreamPartition.Builder |
StreamPartition.newBuilderForType() |
protected StreamPartition.Builder |
StreamPartition.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StreamPartition.Builder |
StreamPartition.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamPartition.Builder |
StreamPartition.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StreamPartition.Builder |
StreamPartition.Builder.setRowRange(RowRange.Builder builderForValue)
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
StreamPartition.Builder |
StreamPartition.Builder.setRowRange(RowRange value)
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
StreamPartition.Builder |
StreamPartition.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamPartition.Builder |
StreamPartition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GenerateInitialChangeStreamPartitionsResponse.Builder |
GenerateInitialChangeStreamPartitionsResponse.Builder.setPartition(StreamPartition.Builder builderForValue)
A partition of the change stream.
|
ReadChangeStreamRequest.Builder |
ReadChangeStreamRequest.Builder.setPartition(StreamPartition.Builder builderForValue)
The partition to read changes from.
|
StreamContinuationToken.Builder |
StreamContinuationToken.Builder.setPartition(StreamPartition.Builder builderForValue)
The partition that this token applies to.
|
Copyright © 2023 Google LLC. All rights reserved.