| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Method and Description |
|---|---|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addAllEntries(Iterable<? extends MutateRowsRequest.Entry> values)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addEntries(int index,
MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addEntries(int index,
MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addEntries(MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addEntries(MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clear() |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clearEntries()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clearTableName()
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.clone() |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.mergeFrom(MutateRowsRequest other) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MutateRowsRequest.Builder |
MutateRowsRequest.newBuilder() |
static MutateRowsRequest.Builder |
MutateRowsRequest.newBuilder(MutateRowsRequest prototype) |
MutateRowsRequest.Builder |
MutateRowsRequest.newBuilderForType() |
protected MutateRowsRequest.Builder |
MutateRowsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.removeEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setEntries(int index,
MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setEntries(int index,
MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setTableName(String value)
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MutateRowsRequest.Builder |
MutateRowsRequest.toBuilder() |