public interface ReadModifyWriteRowResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Row |
getRow()
A Row containing the new contents of all cells modified by the request.
|
RowOrBuilder |
getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.
|
boolean |
hasRow()
A Row containing the new contents of all cells modified by the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;Row getRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;RowOrBuilder getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;