| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Method and Description |
|---|---|
RowRange |
RowRange.Builder.build() |
RowRange |
RowRange.Builder.buildPartial() |
static RowRange |
RowRange.getDefaultInstance() |
RowRange |
RowRange.getDefaultInstanceForType() |
RowRange |
RowRange.Builder.getDefaultInstanceForType() |
RowRange |
RowSetOrBuilder.getRowRanges(int index)
Contiguous row ranges included in the set.
|
RowRange |
RowSet.getRowRanges(int index)
Contiguous row ranges included in the set.
|
RowRange |
RowSet.Builder.getRowRanges(int index)
Contiguous row ranges included in the set.
|
static RowRange |
RowRange.parseDelimitedFrom(InputStream input) |
static RowRange |
RowRange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowRange |
RowRange.parseFrom(byte[] data) |
static RowRange |
RowRange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowRange |
RowRange.parseFrom(com.google.protobuf.ByteString data) |
static RowRange |
RowRange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowRange |
RowRange.parseFrom(com.google.protobuf.CodedInputStream input) |
static RowRange |
RowRange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowRange |
RowRange.parseFrom(InputStream input) |
static RowRange |
RowRange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RowRange> |
RowRange.getParserForType() |
List<RowRange> |
RowSetOrBuilder.getRowRangesList()
Contiguous row ranges included in the set.
|
List<RowRange> |
RowSet.getRowRangesList()
Contiguous row ranges included in the set.
|
List<RowRange> |
RowSet.Builder.getRowRangesList()
Contiguous row ranges included in the set.
|
static com.google.protobuf.Parser<RowRange> |
RowRange.parser() |
| Modifier and Type | Method and Description |
|---|---|
RowSet.Builder |
RowSet.Builder.addRowRanges(int index,
RowRange value)
Contiguous row ranges included in the set.
|
RowSet.Builder |
RowSet.Builder.addRowRanges(RowRange value)
Contiguous row ranges included in the set.
|
RowRange.Builder |
RowRange.Builder.mergeFrom(RowRange other) |
static RowRange.Builder |
RowRange.newBuilder(RowRange prototype) |
RowSet.Builder |
RowSet.Builder.setRowRanges(int index,
RowRange value)
Contiguous row ranges included in the set.
|
| Modifier and Type | Method and Description |
|---|---|
RowSet.Builder |
RowSet.Builder.addAllRowRanges(Iterable<? extends RowRange> values)
Contiguous row ranges included in the set.
|