|
870 | 870 | }
|
871 | 871 | }
|
872 | 872 | },
|
873 |
| - "revision": "20240521", |
| 873 | + "revision": "20240730", |
874 | 874 | "rootUrl": "https://sheets.googleapis.com/",
|
875 | 875 | "schemas": {
|
876 | 876 | "AddBandingRequest": {
|
|
934 | 934 | "type": "object"
|
935 | 935 | },
|
936 | 936 | "AddDataSourceRequest": {
|
937 |
| - "description": "Adds a data source. After the data source is added successfully, an associated DATA_SOURCE sheet is created and an execution is triggered to refresh the sheet to read data from the data source. The request requires an additional `bigquery.readonly` OAuth scope.", |
| 937 | + "description": "Adds a data source. After the data source is added successfully, an associated DATA_SOURCE sheet is created and an execution is triggered to refresh the sheet to read data from the data source. The request requires an additional `bigquery.readonly` OAuth scope if you are adding a BigQuery data source.", |
938 | 938 | "id": "AddDataSourceRequest",
|
939 | 939 | "properties": {
|
940 | 940 | "dataSource": {
|
|
2330 | 2330 | "type": "object"
|
2331 | 2331 | },
|
2332 | 2332 | "CancelDataSourceRefreshRequest": {
|
2333 |
| - "description": "Cancels one or multiple refreshes of data source objects in the spreadsheet by the specified references.", |
| 2333 | + "description": "Cancels one or multiple refreshes of data source objects in the spreadsheet by the specified references. The request requires an additional `bigquery.readonly` OAuth scope if you are cancelling a refresh on a BigQuery data source.", |
2334 | 2334 | "id": "CancelDataSourceRefreshRequest",
|
2335 | 2335 | "properties": {
|
2336 | 2336 | "dataSourceId": {
|
|
3699 | 3699 | "$ref": "BigQueryDataSourceSpec",
|
3700 | 3700 | "description": "A BigQueryDataSourceSpec."
|
3701 | 3701 | },
|
| 3702 | + "looker": { |
| 3703 | + "$ref": "LookerDataSourceSpec", |
| 3704 | + "description": "A LookerDatasourceSpec." |
| 3705 | + }, |
3702 | 3706 | "parameters": {
|
3703 | 3707 | "description": "The parameters of the data source, used when querying the data source.",
|
3704 | 3708 | "items": {
|
|
5123 | 5127 | },
|
5124 | 5128 | "type": "object"
|
5125 | 5129 | },
|
| 5130 | + "LookerDataSourceSpec": { |
| 5131 | + "description": "The specification of a Looker data source.", |
| 5132 | + "id": "LookerDataSourceSpec", |
| 5133 | + "properties": { |
| 5134 | + "explore": { |
| 5135 | + "description": "Name of a Looker model explore.", |
| 5136 | + "type": "string" |
| 5137 | + }, |
| 5138 | + "instanceUri": { |
| 5139 | + "description": "A Looker instance URL.", |
| 5140 | + "type": "string" |
| 5141 | + }, |
| 5142 | + "model": { |
| 5143 | + "description": "Name of a Looker model.", |
| 5144 | + "type": "string" |
| 5145 | + } |
| 5146 | + }, |
| 5147 | + "type": "object" |
| 5148 | + }, |
5126 | 5149 | "ManualRule": {
|
5127 | 5150 | "description": "Allows you to manually organize the values in a source data column into buckets with names of your choosing. For example, a pivot table that aggregates population by state: +-------+-------------------+ | State | SUM of Population | +-------+-------------------+ | AK | 0.7 | | AL | 4.8 | | AR | 2.9 | ... +-------+-------------------+ could be turned into a pivot table that aggregates population by time zone by providing a list of groups (for example, groupName = 'Central', items = ['AL', 'AR', 'IA', ...]) to a manual group rule. Note that a similar effect could be achieved by adding a time zone column to the source data and adjusting the pivot table. +-----------+-------------------+ | Time Zone | SUM of Population | +-----------+-------------------+ | Central | 106.3 | | Eastern | 151.9 | | Mountain | 17.4 | ... +-----------+-------------------+",
|
5128 | 5151 | "id": "ManualRule",
|
|
5960 | 5983 | "type": "object"
|
5961 | 5984 | },
|
5962 | 5985 | "RefreshDataSourceRequest": {
|
5963 |
| - "description": "Refreshes one or multiple data source objects in the spreadsheet by the specified references. The request requires an additional `bigquery.readonly` OAuth scope. If there are multiple refresh requests referencing the same data source objects in one batch, only the last refresh request is processed, and all those requests will have the same response accordingly.", |
| 5986 | + "description": "Refreshes one or multiple data source objects in the spreadsheet by the specified references. The request requires an additional `bigquery.readonly` OAuth scope if you are refreshing a BigQuery data source. If there are multiple refresh requests referencing the same data source objects in one batch, only the last refresh request is processed, and all those requests will have the same response accordingly.", |
5964 | 5987 | "id": "RefreshDataSourceRequest",
|
5965 | 5988 | "properties": {
|
5966 | 5989 | "dataSourceId": {
|
|
7468 | 7491 | "type": "object"
|
7469 | 7492 | },
|
7470 | 7493 | "UpdateDataSourceRequest": {
|
7471 |
| - "description": "Updates a data source. After the data source is updated successfully, an execution is triggered to refresh the associated DATA_SOURCE sheet to read data from the updated data source. The request requires an additional `bigquery.readonly` OAuth scope.", |
| 7494 | + "description": "Updates a data source. After the data source is updated successfully, an execution is triggered to refresh the associated DATA_SOURCE sheet to read data from the updated data source. The request requires an additional `bigquery.readonly` OAuth scope if you are updating a BigQuery data source.", |
7472 | 7495 | "id": "UpdateDataSourceRequest",
|
7473 | 7496 | "properties": {
|
7474 | 7497 | "dataSource": {
|
|
0 commit comments