Package com.google.bigtable.v2
Interface ReadModifyWriteRowResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadModifyWriteRowResponse
,ReadModifyWriteRowResponse.Builder
public interface ReadModifyWriteRowResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRow
boolean hasRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
- Returns:
- Whether the row field is set.
-
getRow
Row getRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
- Returns:
- The row.
-
getRowOrBuilder
RowOrBuilder getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
-
-