Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
AppendValuesResponse |
AppendValuesResponse.clone() |
AppendValuesResponse |
AppendValuesResponse.set(String fieldName,
Object value) |
AppendValuesResponse |
AppendValuesResponse.setSpreadsheetId(String spreadsheetId)
The spreadsheet the updates were applied to.
|
AppendValuesResponse |
AppendValuesResponse.setTableRange(String tableRange)
The range (in A1 notation) of the table that values are being appended to (before the values
were appended).
|
AppendValuesResponse |
AppendValuesResponse.setUpdates(UpdateValuesResponse updates)
Information about the updates that were applied.
|
Copyright © 2011–2024 Google. All rights reserved.