Interface ReadModifyWriteRowResponseOrBuilder (2.14.0)

public interface ReadModifyWriteRowResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRow()

public abstract Row getRow()

A Row containing the new contents of all cells modified by the request.

.google.bigtable.v2.Row row = 1;

Returns
TypeDescription
Row

The row.

getRowOrBuilder()

public abstract RowOrBuilder getRowOrBuilder()

A Row containing the new contents of all cells modified by the request.

.google.bigtable.v2.Row row = 1;

Returns
TypeDescription
RowOrBuilder

hasRow()

public abstract boolean hasRow()

A Row containing the new contents of all cells modified by the request.

.google.bigtable.v2.Row row = 1;

Returns
TypeDescription
boolean

Whether the row field is set.