Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: discovery/googleapis/vision__v1.json

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/storage__v1.json ('k') | discovery/googleapis/youtube__v3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "response": { 128 "response": {
129 "$ref": "BatchAnnotateImagesResponse" 129 "$ref": "BatchAnnotateImagesResponse"
130 }, 130 },
131 "scopes": [ 131 "scopes": [
132 "https://www.googleapis.com/auth/cloud-platform" 132 "https://www.googleapis.com/auth/cloud-platform"
133 ] 133 ]
134 } 134 }
135 } 135 }
136 } 136 }
137 }, 137 },
138 "revision": "20160726", 138 "revision": "20160822",
139 "rootUrl": "https://vision.googleapis.com/", 139 "rootUrl": "https://vision.googleapis.com/",
140 "schemas": { 140 "schemas": {
141 "ImageSource": { 141 "ImageSource": {
142 "description": "External image source (Google Cloud Storage image lo cation).", 142 "description": "External image source (Google Cloud Storage image lo cation).",
143 "id": "ImageSource", 143 "id": "ImageSource",
144 "properties": { 144 "properties": {
145 "gcsImageUri": { 145 "gcsImageUri": {
146 "description": "Google Cloud Storage image URI. It must be i n the following form:\n`gs://bucket_name/object_name`. For more\ndetails, please see: https://cloud.google.com/storage/docs/reference-uris.\nNOTE: Cloud Storage object versioning is not supported!", 146 "description": "Google Cloud Storage image URI. It must be i n the following form:\n`gs://bucket_name/object_name`. For more\ndetails, please see: https://cloud.google.com/storage/docs/reference-uris.\nNOTE: Cloud Storage object versioning is not supported!",
147 "type": "string" 147 "type": "string"
148 } 148 }
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 "type": "number" 947 "type": "number"
948 } 948 }
949 }, 949 },
950 "type": "object" 950 "type": "object"
951 } 951 }
952 }, 952 },
953 "servicePath": "", 953 "servicePath": "",
954 "title": "Google Cloud Vision API", 954 "title": "Google Cloud Vision API",
955 "version": "v1" 955 "version": "v1"
956 } 956 }
OLDNEW
« no previous file with comments | « discovery/googleapis/storage__v1.json ('k') | discovery/googleapis/youtube__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698