Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent ce50237 commit 98981f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 8 additions & 1 deletion discovery/bigquerydatatransfer-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"description": "Schedule queries or transfer external data from SaaS applications to Google BigQuery on a regular basis.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery-transfer/",
"endpoints": [
{
"endpointUrl": "https://bigquerydatatransfer.me-central2.rep.googleapis.com/",
"location": "me-central2",
"description": "Regional Endpoint"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -1371,7 +1378,7 @@
}
}
},
"revision": "20240202",
"revision": "20240225",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down
8 changes: 5 additions & 3 deletions discovery/streetviewpublish-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
}
}
},
"revision": "20231213",
"revision": "20240224",
"rootUrl": "https://streetviewpublish.googleapis.com/",
"schemas": {
"BatchDeletePhotosRequest": {
Expand Down Expand Up @@ -1061,7 +1061,8 @@
"NOT_OUTDOORS",
"INSUFFICIENT_VIDEO_FRAMES",
"INSUFFICIENT_MOVEMENT",
"MAST_DOWN"
"MAST_DOWN",
"CAMERA_COVERED"
],
"enumDescriptions": [
"The failure reason is unspecified, this is the default value.",
Expand All @@ -1087,7 +1088,8 @@
"Some frames were indoors, which is unsupported.",
"Not enough video frames.",
"Not enough moving data.",
"Mast is down."
"Mast is down.",
"Camera is covered."
],
"readOnly": true,
"type": "string"
Expand Down

0 comments on commit 98981f1

Please sign in to comment.