Package com.google.bigtable.v2
Interface StreamPartitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamPartition
,StreamPartition.Builder
public interface StreamPartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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`).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRowRange
boolean 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;
- Returns:
- Whether the rowRange field is set.
-
getRowRange
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;
- Returns:
- The rowRange.
-
getRowRangeOrBuilder
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;
-
-