UpdateValuesResponse
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
E-tabloda bir değer aralığı güncellendiğinde 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österimde).
|
updatedRows |
integer
Satırdaki en az bir hücrenin güncellendiği satır sayısı.
|
updatedColumns |
integer
Sütunundaki 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 sonra hücrelerin değerleri. Bu yalnızca isteğin includeValuesInResponse alanı true ise eklenir.
|
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: 2025-03-22 UTC.
[null,null,["Son güncelleme tarihi: 2025-03-22 UTC."],[],[],null,["# UpdateValuesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe response when updating a range of values in a spreadsheet.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"spreadsheetId\": string, \"updatedRange\": string, \"updatedRows\": integer, \"updatedColumns\": integer, \"updatedCells\": integer, \"updatedData\": { object (/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange) } } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `spreadsheetId` | `string` The spreadsheet the updates were applied to. |\n| `updatedRange` | `string` The range (in A1 notation) that updates were applied to. |\n| `updatedRows` | `integer` The number of rows where at least one cell in the row was updated. |\n| `updatedColumns` | `integer` The number of columns where at least one cell in the column was updated. |\n| `updatedCells` | `integer` The number of cells updated. |\n| `updatedData` | `object (`[ValueRange](/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange)`)` The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. |"]]