public interface StreamPartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RowRange |
getRowRange()
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
RowRangeOrBuilder |
getRowRangeOrBuilder()
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
boolean |
hasRowRange()
The row range covered by this partition and is specified by
[`start_key_closed`, `end_key_open`).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRowRange()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
.google.bigtable.v2.RowRange row_range = 1;RowRange getRowRange()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
.google.bigtable.v2.RowRange row_range = 1;RowRangeOrBuilder getRowRangeOrBuilder()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
.google.bigtable.v2.RowRange row_range = 1;Copyright © 2023 Google LLC. All rights reserved.