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(java.lang.String fieldName,
java.lang.Object value) |
UpdateChartSpecRequest |
UpdateChartSpecRequest.setChartId(java.lang.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.
|