| Index: discovery/googleapis_beta/toolresults__v1beta3.json
|
| diff --git a/discovery/googleapis_beta/toolresults__v1beta3.json b/discovery/googleapis_beta/toolresults__v1beta3.json
|
| index a357ce5c4c6d913d580681ec7ef441a7eb902212..1f08fee89be8d25bd183ab0c9da2196261b2fcd4 100644
|
| --- a/discovery/googleapis_beta/toolresults__v1beta3.json
|
| +++ b/discovery/googleapis_beta/toolresults__v1beta3.json
|
| @@ -15,7 +15,7 @@
|
| "description": "Reads and publishes results from Firebase Test Lab.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://firebase.google.com/docs/test-lab/",
|
| - "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/KPoCZlZv0v6Eoa2JwEmeeev_-W0\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/ZyI2MKAoJf8XY5sH6nCuoCwniOY\"",
|
| "icons": {
|
| "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
| "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
| @@ -1082,7 +1082,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170707",
|
| + "revision": "20170727",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Any": {
|
| @@ -1291,7 +1291,7 @@
|
| "type": "string"
|
| },
|
| "testExecutionMatrixId": {
|
| - "description": "TestExecution Matrix ID that the Test Service uses.\n\n- In response: present if set by create - In create: optional - In update: never set",
|
| + "description": "TestExecution Matrix ID that the TestExecutionService uses.\n\n- In response: present if set by create - In create: optional - In update: never set",
|
| "type": "string"
|
| }
|
| },
|
| @@ -1711,9 +1711,17 @@
|
| "description": "A stacktrace.",
|
| "id": "StackTrace",
|
| "properties": {
|
| + "clusterId": {
|
| + "description": "Exception cluster ID",
|
| + "type": "string"
|
| + },
|
| "exception": {
|
| "description": "The stack trace message.\n\nRequired",
|
| "type": "string"
|
| + },
|
| + "reportId": {
|
| + "description": "Exception report ID",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
|
|