Package | Description |
---|---|
com.google.api.services.sheets.v4 | |
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.BatchUpdate |
Sheets.Spreadsheets.Values.batchUpdate(java.lang.String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Constructor and Description |
---|
BatchUpdate(java.lang.String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.clone() |
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setData(java.util.List<ValueRange> data)
The new values to apply to the spreadsheet.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setIncludeValuesInResponse(java.lang.Boolean includeValuesInResponse)
Determines if the update response should include the values of the cells that were updated.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setResponseDateTimeRenderOption(java.lang.String responseDateTimeRenderOption)
Determines how dates, times, and durations in the response should be rendered.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setResponseValueRenderOption(java.lang.String responseValueRenderOption)
Determines how values in the response should be rendered.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setValueInputOption(java.lang.String valueInputOption)
How the input data should be interpreted.
|