Row.Builder |
Row.Builder.addAllFamilies(Iterable<? extends Family> values) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.addFamilies(int index,
Family value) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.addFamilies(int index,
Family.Builder builderForValue) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.addFamilies(Family value) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.addFamilies(Family.Builder builderForValue) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Row.Builder |
Row.Builder.clear() |
|
Row.Builder |
Row.Builder.clearFamilies() |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Row.Builder |
Row.Builder.clearKey() |
The unique key which identifies this row within its table.
|
Row.Builder |
Row.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Row.Builder |
Row.Builder.clone() |
|
Row.Builder |
ReadModifyWriteRowResponse.Builder.getRowBuilder() |
A Row containing the new contents of all cells modified by the request.
|
Row.Builder |
Row.Builder.mergeFrom(Row other) |
|
Row.Builder |
Row.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Row.Builder |
Row.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Row.Builder |
Row.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Row.Builder |
Row.newBuilder() |
|
static Row.Builder |
Row.newBuilder(Row prototype) |
|
Row.Builder |
Row.newBuilderForType() |
|
protected Row.Builder |
Row.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Row.Builder |
Row.Builder.removeFamilies(int index) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.setFamilies(int index,
Family value) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.setFamilies(int index,
Family.Builder builderForValue) |
May be empty, but only if the entire row is empty.
|
Row.Builder |
Row.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Row.Builder |
Row.Builder.setKey(com.google.protobuf.ByteString value) |
The unique key which identifies this row within its table.
|
Row.Builder |
Row.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Row.Builder |
Row.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Row.Builder |
Row.toBuilder() |
|