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

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

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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": "20160703", 138 "revision": "20160726",
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "properties": { 246 "properties": {
247 "code": { 247 "code": {
248 "description": "The status code, which should be an enum val ue of google.rpc.Code.", 248 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
249 "format": "int32", 249 "format": "int32",
250 "type": "integer" 250 "type": "integer"
251 }, 251 },
252 "details": { 252 "details": {
253 "description": "A list of messages that carry the error deta ils. There will be a\ncommon set of message types for APIs to use.", 253 "description": "A list of messages that carry the error deta ils. There will be a\ncommon set of message types for APIs to use.",
254 "items": { 254 "items": {
255 "additionalProperties": { 255 "additionalProperties": {
256 "description": "Properties of the object. Contains f ield @ype with type URL.", 256 "description": "Properties of the object. Contains f ield @type with type URL.",
257 "type": "any" 257 "type": "any"
258 }, 258 },
259 "type": "object" 259 "type": "object"
260 }, 260 },
261 "type": "array" 261 "type": "array"
262 }, 262 },
263 "message": { 263 "message": {
264 "description": "A developer-facing error message, which shou ld be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", 264 "description": "A developer-facing error message, which shou ld be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
265 "type": "string" 265 "type": "string"
266 } 266 }
(...skipping 680 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