| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Method and Description |
|---|---|
MutateRowsRequest.Entry |
MutateRowsRequest.Entry.Builder.build() |
MutateRowsRequest.Entry |
MutateRowsRequest.Entry.Builder.buildPartial() |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.getDefaultInstance() |
MutateRowsRequest.Entry |
MutateRowsRequest.Entry.getDefaultInstanceForType() |
MutateRowsRequest.Entry |
MutateRowsRequest.Entry.Builder.getDefaultInstanceForType() |
MutateRowsRequest.Entry |
MutateRowsRequestOrBuilder.getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry |
MutateRowsRequest.getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry |
MutateRowsRequest.Builder.getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseDelimitedFrom(InputStream input) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(byte[] data) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(com.google.protobuf.ByteString data) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(com.google.protobuf.CodedInputStream input) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(InputStream input) |
static MutateRowsRequest.Entry |
MutateRowsRequest.Entry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MutateRowsRequest.Entry> |
MutateRowsRequestOrBuilder.getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
List<MutateRowsRequest.Entry> |
MutateRowsRequest.getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
List<MutateRowsRequest.Entry> |
MutateRowsRequest.Builder.getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
com.google.protobuf.Parser<MutateRowsRequest.Entry> |
MutateRowsRequest.Entry.getParserForType() |
static com.google.protobuf.Parser<MutateRowsRequest.Entry> |
MutateRowsRequest.Entry.parser() |
| Modifier and Type | Method and Description |
|---|---|
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 value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry.Builder |
MutateRowsRequest.Entry.Builder.mergeFrom(MutateRowsRequest.Entry other) |
static MutateRowsRequest.Entry.Builder |
MutateRowsRequest.Entry.newBuilder(MutateRowsRequest.Entry prototype) |
MutateRowsRequest.Builder |
MutateRowsRequest.Builder.setEntries(int index,
MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
| 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.
|