| Package | Description |
|---|---|
| com.google.api.services.sheets.v4 | |
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Sheets.Spreadsheets.BatchUpdate |
Sheets.Spreadsheets.batchUpdate(java.lang.String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
| Constructor and Description |
|---|
Sheets.Spreadsheets.BatchUpdate(java.lang.String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.clone() |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setIncludeSpreadsheetInResponse(java.lang.Boolean includeSpreadsheetInResponse)
Determines if the update response should include the spreadsheet resource.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setRequests(java.util.List<Request> requests)
A list of updates to apply to the spreadsheet.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setResponseIncludeGridData(java.lang.Boolean responseIncludeGridData)
True if grid data should be returned.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setResponseRanges(java.util.List<java.lang.String> responseRanges)
Limits the ranges included in the response spreadsheet.
|