テーブルで読み取られた行データを指定します。
データ構造
message TableInBatchGetRowResponse {
required string table_name = 1; // データテーブルの名前。
repeated RowInBatchGetRowResponse rows = 2; // テーブルで読み取られたすべての行データ。
}
パラメーター | 型 | 必須 | 説明 |
table_name | string | はい | データテーブルの名前。 |
rows | はい | テーブルで読み取られたすべての行データ。 |