| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChartSpecRequest |
UpdateChartSpecRequest.clone() |
UpdateChartSpecRequest |
Request.getUpdateChartSpec()
Updates a chart's specifications.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.set(String fieldName,
Object value) |
UpdateChartSpecRequest |
UpdateChartSpecRequest.setChartId(Integer chartId)
The ID of the chart to update.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.setSpec(ChartSpec spec)
The specification to apply to the chart.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setUpdateChartSpec(UpdateChartSpecRequest updateChartSpec)
Updates a chart's specifications.
|
Copyright © 2011–2021 Google. All rights reserved.