| Index: discovery/googleapis_beta/toolresults__v1beta3.json
|
| diff --git a/discovery/googleapis_beta/toolresults__v1beta3.json b/discovery/googleapis_beta/toolresults__v1beta3.json
|
| index 01b50c1fb549c8e73b783dba034cd49815be5867..a357ce5c4c6d913d580681ec7ef441a7eb902212 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/FDX3xIy-YNyTr7nvjDbYZ0L8B80\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/KPoCZlZv0v6Eoa2JwEmeeev_-W0\"",
|
| "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": "20170609",
|
| + "revision": "20170707",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Any": {
|
| @@ -1101,6 +1101,20 @@
|
| },
|
| "type": "object"
|
| },
|
| + "AppStartTime": {
|
| + "id": "AppStartTime",
|
| + "properties": {
|
| + "fullyDrawnTime": {
|
| + "$ref": "Duration",
|
| + "description": "Optional. The time from app start to reaching the developer-reported \"fully drawn\" time. This is only stored if the app includes a call to Activity.reportFullyDrawn(). See https://developer.android.com/topic/performance/launch-time.html#time-full"
|
| + },
|
| + "initialDisplayTime": {
|
| + "$ref": "Duration",
|
| + "description": "The time from app start to the first displayed activity being drawn, as reported in Logcat. See https://developer.android.com/topic/performance/launch-time.html#time-initial"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "BasicPerfSampleSeries": {
|
| "description": "Encapsulates the metadata for basic sample series represented by a line chart",
|
| "id": "BasicPerfSampleSeries",
|
| @@ -1552,6 +1566,9 @@
|
| "description": "A summary of perf metrics collected and performance environment info",
|
| "id": "PerfMetricsSummary",
|
| "properties": {
|
| + "appStartTime": {
|
| + "$ref": "AppStartTime"
|
| + },
|
| "executionId": {
|
| "description": "A tool results execution ID.",
|
| "type": "string"
|
| @@ -1711,7 +1728,7 @@
|
| "type": "integer"
|
| },
|
| "details": {
|
| - "description": "A list of messages that carry the error details. There will be a common set of message types for APIs to use.",
|
| + "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
|
| "items": {
|
| "$ref": "Any"
|
| },
|
|
|