| Index: discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| diff --git a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| index c7d1af7ad4cce97f8f96b076c30f7d93eb82333d..2b60ad4a45e0f45e6421730566f76ce4e4c19ce4 100644
|
| --- a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| +++ b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| @@ -12,7 +12,7 @@
|
| "baseUrl": "https://clouderrorreporting.googleapis.com/",
|
| "batchPath": "batch",
|
| "canonicalName": "Clouderrorreporting",
|
| - "description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides read access to error groups and their associated errors.\n",
|
| + "description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides a way to report new errors and read access to error groups and their associated errors.\n",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://cloud.google.com/error-reporting/",
|
| "icons": {
|
| @@ -396,7 +396,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160712",
|
| + "revision": "20160720",
|
| "rootUrl": "https://clouderrorreporting.googleapis.com/",
|
| "schemas": {
|
| "ReportedErrorEvent": {
|
| @@ -521,7 +521,7 @@
|
| "id": "ServiceContext",
|
| "properties": {
|
| "service": {
|
| - "description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine module name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the module name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default module is used.",
|
| + "description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine service name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.",
|
| "type": "string"
|
| },
|
| "version": {
|
|
|