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

Side by Side Diff: discovery/googleapis_beta/clouderrorreporting__v1beta1.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
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 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://clouderrorreporting.googleapis.com/", 12 "baseUrl": "https://clouderrorreporting.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Clouderrorreporting", 14 "canonicalName": "Clouderrorreporting",
15 "description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides read access t o error groups and their associated errors.\n", 15 "description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides a way to repo rt new errors and read access to error groups and their associated errors.\n",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/error-reporting/", 17 "documentationLink": "https://cloud.google.com/error-reporting/",
18 "icons": { 18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 }, 21 },
22 "id": "clouderrorreporting:v1beta1", 22 "id": "clouderrorreporting:v1beta1",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "clouderrorreporting", 24 "name": "clouderrorreporting",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 }, 389 },
390 "scopes": [ 390 "scopes": [
391 "https://www.googleapis.com/auth/cloud-platform" 391 "https://www.googleapis.com/auth/cloud-platform"
392 ] 392 ]
393 } 393 }
394 } 394 }
395 } 395 }
396 } 396 }
397 } 397 }
398 }, 398 },
399 "revision": "20160712", 399 "revision": "20160720",
400 "rootUrl": "https://clouderrorreporting.googleapis.com/", 400 "rootUrl": "https://clouderrorreporting.googleapis.com/",
401 "schemas": { 401 "schemas": {
402 "ReportedErrorEvent": { 402 "ReportedErrorEvent": {
403 "description": "An error event which is reported to the Error Report ing system.", 403 "description": "An error event which is reported to the Error Report ing system.",
404 "id": "ReportedErrorEvent", 404 "id": "ReportedErrorEvent",
405 "properties": { 405 "properties": {
406 "serviceContext": { 406 "serviceContext": {
407 "$ref": "ServiceContext", 407 "$ref": "ServiceContext",
408 "description": "[Required] The service context in which this error has occurred." 408 "description": "[Required] The service context in which this error has occurred."
409 }, 409 },
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "type": "string" 514 "type": "string"
515 } 515 }
516 }, 516 },
517 "type": "object" 517 "type": "object"
518 }, 518 },
519 "ServiceContext": { 519 "ServiceContext": {
520 "description": "Describes a running service that sends errors.\nIts version changes over time and multiple versions can run in parallel.", 520 "description": "Describes a running service that sends errors.\nIts version changes over time and multiple versions can run in parallel.",
521 "id": "ServiceContext", 521 "id": "ServiceContext",
522 "properties": { 522 "properties": {
523 "service": { 523 "service": {
524 "description": "An identifier of the service, such as the na me of the\nexecutable, job, or Google App Engine module name. This field is expe cted\nto have a low number of values that are relatively stable over time, as\no pposed to `version`, which can be changed whenever new code is deployed.\n\nCont ains the module name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default module is used.", 524 "description": "An identifier of the service, such as the na me of the\nexecutable, job, or Google App Engine service name. This field is exp ected\nto have a low number of values that are relatively stable over time, as\n opposed to `version`, which can be changed whenever new code is deployed.\n\nCon tains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.",
525 "type": "string" 525 "type": "string"
526 }, 526 },
527 "version": { 527 "version": {
528 "description": "Represents the source code version that the developer provided,\nwhich could represent a version label or a Git SHA-1 hash, for example.", 528 "description": "Represents the source code version that the developer provided,\nwhich could represent a version label or a Git SHA-1 hash, for example.",
529 "type": "string" 529 "type": "string"
530 } 530 }
531 }, 531 },
532 "type": "object" 532 "type": "object"
533 }, 533 },
534 "ErrorGroup": { 534 "ErrorGroup": {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "type": "array" 688 "type": "array"
689 } 689 }
690 }, 690 },
691 "type": "object" 691 "type": "object"
692 } 692 }
693 }, 693 },
694 "servicePath": "", 694 "servicePath": "",
695 "title": "Stackdriver Error Reporting API", 695 "title": "Stackdriver Error Reporting API",
696 "version": "v1beta1" 696 "version": "v1beta1"
697 } 697 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/appengine__v1beta5.json ('k') | discovery/googleapis_beta/cloudmonitoring__v2beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698