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(String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
Constructor and Description |
---|
BatchUpdate(String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.clone() |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.set(String fieldName,
Object value) |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setIncludeSpreadsheetInResponse(Boolean includeSpreadsheetInResponse)
Determines if the update response should include the spreadsheet resource.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setRequests(List<Request> requests)
A list of updates to apply to the spreadsheet.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setResponseIncludeGridData(Boolean responseIncludeGridData)
True if grid data should be returned.
|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setResponseRanges(List<String> responseRanges)
Limits the ranges included in the response spreadsheet.
|
Copyright © 2011–2024 Google. All rights reserved.