CellPB.Cell.Builder |
CellPB.Cell.Builder.clear() |
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearCellType()
optional .CellType cell_type = 5;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearFamily()
optional bytes family = 2;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearQualifier()
optional bytes qualifier = 3;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearRow()
optional bytes row = 1;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearTags()
optional bytes tags = 7;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearTimestamp()
optional uint64 timestamp = 4;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clearValue()
optional bytes value = 6;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.clone() |
CellPB.Cell.Builder |
CellPB.Cell.Builder.mergeFrom(CellPB.Cell other) |
CellPB.Cell.Builder |
CellPB.Cell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell.Builder |
CellPB.Cell.newBuilder() |
static CellPB.Cell.Builder |
CellPB.Cell.newBuilder(CellPB.Cell prototype) |
CellPB.Cell.Builder |
CellPB.Cell.newBuilderForType() |
CellPB.Cell.Builder |
CellPB.Cell.Builder.setCellType(CellPB.CellType value)
optional .CellType cell_type = 5;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setRow(com.google.protobuf.ByteString value)
optional bytes row = 1;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setTimestamp(long value)
optional uint64 timestamp = 4;
|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setValue(com.google.protobuf.ByteString value)
optional bytes value = 6;
|
CellPB.Cell.Builder |
CellPB.Cell.toBuilder() |