in src/main/java/com/spotify/bigtable/read/ReadRows.java [108:111]
public RowsReadImpl addKeysBinary(Collection<ByteString> rowKeys) { readRequest.setRows(readRequest.getRowsBuilder().addAllRowKeys(rowKeys)); return this; }