Uses of Interface
com.google.bigtable.v2.RowOrBuilder
-
Packages that use RowOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowOrBuilder Modifier and Type Class Description class
Row
Specifies the complete (requested) contents of a single row of a table.static class
Row.Builder
Specifies the complete (requested) contents of a single row of a table.Methods in com.google.bigtable.v2 that return RowOrBuilder Modifier and Type Method Description RowOrBuilder
ReadModifyWriteRowResponse.Builder. getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.RowOrBuilder
ReadModifyWriteRowResponse. getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.RowOrBuilder
ReadModifyWriteRowResponseOrBuilder. getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.
-