import number vs index button implemented

This commit is contained in:
Priec
2026-09-03 22:38:50 +02:00
parent 8c5a6e0c09
commit f787d16613
7 changed files with 13 additions and 4 deletions

View File

@@ -208,6 +208,10 @@ message StageTableDataImportRequest {
message TableDataImportRow {
// Required. Data payload for one staged row.
map<string, google.protobuf.Value> data = 1;
// Link columns whose text must be resolved against the target table's exact
// row display value, including text made only of digits. Unlisted columns
// retain the normal table-write link semantics.
repeated string link_display_columns = 2;
}
message StageTableDataImportResponse {