You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/testing-v1.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@
449
449
}
450
450
}
451
451
},
452
-
"revision": "20240319",
452
+
"revision": "20240917",
453
453
"rootUrl": "https://testing.googleapis.com/",
454
454
"schemas": {
455
455
"Account": {
@@ -664,6 +664,11 @@
664
664
"description": "The unique opaque id for this model. Use this for invoking the TestExecutionService.",
665
665
"type": "string"
666
666
},
667
+
"labInfo": {
668
+
"$ref": "LabInfo",
669
+
"description": "Output only. Lab info of this device.",
670
+
"readOnly": true
671
+
},
667
672
"lowFpsVideoRecording": {
668
673
"description": "True if and only if tests with this model are recorded by stitching together screenshots. See use_low_spec_video_recording in device config.",
669
674
"type": "boolean"
@@ -1705,6 +1710,17 @@
1705
1710
},
1706
1711
"type": "object"
1707
1712
},
1713
+
"LabInfo": {
1714
+
"description": "Lab specific information for a device.",
1715
+
"id": "LabInfo",
1716
+
"properties": {
1717
+
"name": {
1718
+
"description": "Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.",
1719
+
"type": "string"
1720
+
}
1721
+
},
1722
+
"type": "object"
1723
+
},
1708
1724
"LauncherActivityIntent": {
1709
1725
"description": "Specifies an intent that starts the main launcher activity.",
0 commit comments