mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/cloud-platform": {
|
||||
"description": "View and manage your data across Google Cloud Platform services"
|
||||
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
|
||||
},
|
||||
"https://www.googleapis.com/auth/cloud-vision": {
|
||||
"description": "Apply machine learning models to understand and label images"
|
||||
@@ -1282,7 +1282,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210319",
|
||||
"revision": "20220225",
|
||||
"rootUrl": "https://vision.googleapis.com/",
|
||||
"schemas": {
|
||||
"AddProductToProductSetRequest": {
|
||||
@@ -8382,7 +8382,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"LatLng": {
|
||||
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
|
||||
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges.",
|
||||
"id": "LatLng",
|
||||
"properties": {
|
||||
"latitude": {
|
||||
|
||||
Reference in New Issue
Block a user