BatchGetRow
操作で返されるメッセージ内のテーブルのデータを示します。
データ構造
message TableInBatchGetRowResponse {
required string table_name = 1;
repeated RowInBatchGetRowResponse rows = 2;
}
table_name
型: 文字列
このテーブルの名前。
rows
型: repeated RowInBatchGetRowResponse
このテーブルで読み取られるすべての行データ。