OLD | NEW |
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 }, | 362 }, |
363 "scopes": [ | 363 "scopes": [ |
364 "https://www.googleapis.com/auth/cloud-platform" | 364 "https://www.googleapis.com/auth/cloud-platform" |
365 ] | 365 ] |
366 } | 366 } |
367 } | 367 } |
368 } | 368 } |
369 } | 369 } |
370 } | 370 } |
371 }, | 371 }, |
372 "revision": "20160502", | 372 "revision": "20160517", |
373 "rootUrl": "https://clouderrorreporting.googleapis.com/", | 373 "rootUrl": "https://clouderrorreporting.googleapis.com/", |
374 "schemas": { | 374 "schemas": { |
375 "SourceLocation": { | 375 "SourceLocation": { |
376 "description": "Indicates a location in the source code of the servi
ce for which\nerrors are reported.\nThis data should be provided by the applicat
ion when reporting an error,\nunless the error report has been generated automat
ically from Google App\nEngine logs. All fields are optional.", | 376 "description": "Indicates a location in the source code of the servi
ce for which\nerrors are reported.\nThis data should be provided by the applicat
ion when reporting an error,\nunless the error report has been generated automat
ically from Google App\nEngine logs. All fields are optional.", |
377 "id": "SourceLocation", | 377 "id": "SourceLocation", |
378 "properties": { | 378 "properties": { |
379 "filePath": { | 379 "filePath": { |
380 "description": "The source code filename, which can include
a truncated relative path, or\na full path from a production machine.", | 380 "description": "The source code filename, which can include
a truncated relative path, or\na full path from a production machine.", |
381 "type": "string" | 381 "type": "string" |
382 }, | 382 }, |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 "type": "array" | 631 "type": "array" |
632 } | 632 } |
633 }, | 633 }, |
634 "type": "object" | 634 "type": "object" |
635 } | 635 } |
636 }, | 636 }, |
637 "servicePath": "", | 637 "servicePath": "", |
638 "title": "Stackdriver Error Reporting API", | 638 "title": "Stackdriver Error Reporting API", |
639 "version": "v1beta1" | 639 "version": "v1beta1" |
640 } | 640 } |
OLD | NEW |