| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2.models |
| Modifier and Type | Method and Description |
|---|---|
static RowCell |
RowCell.create(String family,
com.google.protobuf.ByteString qualifier,
long timestamp,
List<String> labels,
com.google.protobuf.ByteString value)
Creates a new instance of the
RowCell. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<RowCell> |
Row.getCells()
Returns the list of cells.
|
| Modifier and Type | Method and Description |
|---|---|
static Row |
Row.create(com.google.protobuf.ByteString key,
List<RowCell> cells)
Creates a new instance of the
Row. |
Copyright © 2018 Google LLC. All rights reserved.