Skip to content

Commit

Permalink
fix(bigquery): update the API
Browse files Browse the repository at this point in the history
#### bigquery:v2

The following keys were changed:
- resources.models.methods.list.description
  • Loading branch information
yoshi-automation authored and bcoe committed May 3, 2021
1 parent e19ef5d commit bb66bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/bigquery-v2.json
Expand Up @@ -718,7 +718,7 @@
]
},
"list": {
"description": "Lists all models in the specified dataset. Requires the READER dataset role.",
"description": "Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.",
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/models",
"httpMethod": "GET",
"id": "bigquery.models.list",
Expand Down Expand Up @@ -1683,7 +1683,7 @@
}
}
},
"revision": "20210410",
"revision": "20210422",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/bigquery/v2.ts
Expand Up @@ -5749,7 +5749,7 @@ export namespace bigquery_v2 {
}

/**
* Lists all models in the specified dataset. Requires the READER dataset role.
* Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit bb66bdb

Please sign in to comment.