Skip to content

Commit 145e031

Browse files
feat(sheets): update the api
#### sheets:v4 The following keys were added: - schemas.DataSourceSpec.properties.looker.$ref (Total Keys: 1) - schemas.LookerDataSourceSpec (Total Keys: 5)
1 parent e01a97a commit 145e031

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

docs/dyn/sheets_v4.spreadsheets.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,11 @@ <h3>Method Details</h3>
21762176
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
21772177
},
21782178
},
2179+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
2180+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
2181+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
2182+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
2183+
},
21792184
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
21802185
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
21812186
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -7450,6 +7455,11 @@ <h3>Method Details</h3>
74507455
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
74517456
},
74527457
},
7458+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
7459+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
7460+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
7461+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
7462+
},
74537463
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
74547464
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
74557465
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -10000,6 +10010,11 @@ <h3>Method Details</h3>
1000010010
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
1000110011
},
1000210012
},
10013+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
10014+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
10015+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
10016+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
10017+
},
1000310018
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
1000410019
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
1000510020
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -11425,6 +11440,11 @@ <h3>Method Details</h3>
1142511440
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
1142611441
},
1142711442
},
11443+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
11444+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
11445+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
11446+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
11447+
},
1142811448
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
1142911449
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
1143011450
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -11547,6 +11567,11 @@ <h3>Method Details</h3>
1154711567
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
1154811568
},
1154911569
},
11570+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
11571+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
11572+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
11573+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
11574+
},
1155011575
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
1155111576
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
1155211577
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -15207,6 +15232,11 @@ <h3>Method Details</h3>
1520715232
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
1520815233
},
1520915234
},
15235+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
15236+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
15237+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
15238+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
15239+
},
1521015240
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
1521115241
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
1521215242
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -18860,6 +18890,11 @@ <h3>Method Details</h3>
1886018890
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
1886118891
},
1886218892
},
18893+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
18894+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
18895+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
18896+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
18897+
},
1886318898
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
1886418899
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
1886518900
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -22522,6 +22557,11 @@ <h3>Method Details</h3>
2252222557
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
2252322558
},
2252422559
},
22560+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
22561+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
22562+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
22563+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
22564+
},
2252522565
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
2252622566
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
2252722567
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).
@@ -26220,6 +26260,11 @@ <h3>Method Details</h3>
2622026260
&quot;tableProjectId&quot;: &quot;A String&quot;, # The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.
2622126261
},
2622226262
},
26263+
&quot;looker&quot;: { # The specification of a Looker data source. # A LookerDatasourceSpec.
26264+
&quot;explore&quot;: &quot;A String&quot;, # Name of a LookerML model explore.
26265+
&quot;instanceUri&quot;: &quot;A String&quot;, # A Looker instance URL.
26266+
&quot;model&quot;: &quot;A String&quot;, # Name of a LookerML model.
26267+
},
2622326268
&quot;parameters&quot;: [ # The parameters of the data source, used when querying the data source.
2622426269
{ # A parameter in a data source&#x27;s query. The parameter allows the user to pass in values from the spreadsheet into a query.
2622526270
&quot;name&quot;: &quot;A String&quot;, # Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).

googleapiclient/discovery_cache/documents/sheets.v4.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
}
871871
}
872872
},
873-
"revision": "20240708",
873+
"revision": "20240716",
874874
"rootUrl": "https://sheets.googleapis.com/",
875875
"schemas": {
876876
"AddBandingRequest": {
@@ -3699,6 +3699,10 @@
36993699
"$ref": "BigQueryDataSourceSpec",
37003700
"description": "A BigQueryDataSourceSpec."
37013701
},
3702+
"looker": {
3703+
"$ref": "LookerDataSourceSpec",
3704+
"description": "A LookerDatasourceSpec."
3705+
},
37023706
"parameters": {
37033707
"description": "The parameters of the data source, used when querying the data source.",
37043708
"items": {
@@ -5123,6 +5127,25 @@
51235127
},
51245128
"type": "object"
51255129
},
5130+
"LookerDataSourceSpec": {
5131+
"description": "The specification of a Looker data source.",
5132+
"id": "LookerDataSourceSpec",
5133+
"properties": {
5134+
"explore": {
5135+
"description": "Name of a LookerML 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 LookerML model.",
5144+
"type": "string"
5145+
}
5146+
},
5147+
"type": "object"
5148+
},
51265149
"ManualRule": {
51275150
"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 | ... +-----------+-------------------+",
51285151
"id": "ManualRule",

0 commit comments

Comments
 (0)