| Modifier and Type | Method and Description |
|---|---|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.clear() |
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.clearColumnQualifier()
The qualifier of the column into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.clearFamilyName()
The name of the family into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.clearTimestampMicros()
The timestamp of the cell into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.clearValue()
The value to be written into the specified cell.
|
Mutation.SetCell.Builder |
Mutation.Builder.getSetCellBuilder()
Set a cell's value.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.mergeFrom(com.google.protobuf.Message other) |
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.mergeFrom(Mutation.SetCell other) |
static Mutation.SetCell.Builder |
Mutation.SetCell.newBuilder() |
static Mutation.SetCell.Builder |
Mutation.SetCell.newBuilder(Mutation.SetCell prototype) |
Mutation.SetCell.Builder |
Mutation.SetCell.newBuilderForType() |
protected Mutation.SetCell.Builder |
Mutation.SetCell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.setColumnQualifier(com.google.protobuf.ByteString value)
The qualifier of the column into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.setFamilyName(String value)
The name of the family into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.setFamilyNameBytes(com.google.protobuf.ByteString value)
The name of the family into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.setTimestampMicros(long value)
The timestamp of the cell into which new data should be written.
|
Mutation.SetCell.Builder |
Mutation.SetCell.Builder.setValue(com.google.protobuf.ByteString value)
The value to be written into the specified cell.
|
Mutation.SetCell.Builder |
Mutation.SetCell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Mutation.Builder |
Mutation.Builder.setSetCell(Mutation.SetCell.Builder builderForValue)
Set a cell's value.
|
Copyright © 2026 Google LLC. All rights reserved.