UpdateValuesResponse
Bir e-tablodaki değer aralığını güncellerken verilen yanıt.
JSON gösterimi |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Alanlar |
spreadsheetId |
string
Güncellemelerin uygulandığı e-tablo.
|
updatedRange |
string
Güncellemelerin uygulandığı aralık (A1 gösteriminde).
|
updatedRows |
integer
Satırdaki en az bir hücrenin güncellendiği satır sayısı.
|
updatedColumns |
integer
Sütunda en az bir hücrenin güncellendiği sütun sayısı.
|
updatedCells |
integer
Güncellenen hücre sayısı.
|
updatedData |
object (ValueRange )
Güncellemeler uygulandıktan sonraki hücrelerin değerleri. Bu değer, yalnızca isteğin includeValuesInResponse alanı true ise dahil edilir.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["This document describes the JSON response received when updating a range of values in a Google Sheet."],["The response includes details like the spreadsheet ID, updated range, the number of rows, columns, and cells affected, and optionally, the updated data itself."],["The `updatedData` field, containing the values after the update, is only present if `includeValuesInResponse` was set to `true` in the original request."]]],["The JSON response for a spreadsheet range update includes: `spreadsheetId` (the updated spreadsheet), `updatedRange` (the range modified), `updatedRows` (rows with at least one updated cell), `updatedColumns` (columns with at least one updated cell), and `updatedCells` (total updated cells). Optionally, if requested, `updatedData` (the new cell values) is provided. All the previous values are in string format, except the amount of updated Rows, columns and cells which are integers.\n"]]