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

Unified Diff: discovery/googleapis_beta/toolresults__v1beta3.json

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
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"
},
« no previous file with comments | « discovery/googleapis_beta/speech__v1beta1.json ('k') | discovery/googleapis_beta/toolresults__v1beta3firstparty.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698