Skip to content

Commit 8b681d9

Browse files
feat(testing): update the api
#### testing:v1 The following keys were added: - schemas.AndroidModel.properties.labInfo (Total Keys: 2) - schemas.LabInfo (Total Keys: 3)
1 parent 667799e commit 8b681d9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/dyn/testing_v1.testEnvironmentCatalog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ <h3>Method Details</h3>
117117
&quot;form&quot;: &quot;A String&quot;, # Whether this device is virtual or physical.
118118
&quot;formFactor&quot;: &quot;A String&quot;, # Whether this device is a phone, tablet, wearable, etc.
119119
&quot;id&quot;: &quot;A String&quot;, # The unique opaque id for this model. Use this for invoking the TestExecutionService.
120+
&quot;labInfo&quot;: { # Lab specific information for a device. # Output only. Lab info of this device.
121+
&quot;name&quot;: &quot;A String&quot;, # Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.
122+
},
120123
&quot;lowFpsVideoRecording&quot;: True or False, # True if and only if tests with this model are recorded by stitching together screenshots. See use_low_spec_video_recording in device config.
121124
&quot;manufacturer&quot;: &quot;A String&quot;, # The manufacturer of this device.
122125
&quot;name&quot;: &quot;A String&quot;, # The human-readable marketing name for this device model. Examples: &quot;Nexus 5&quot;, &quot;Galaxy S5&quot;.

googleapiclient/discovery_cache/documents/testing.v1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20240625",
452+
"revision": "20240917",
453453
"rootUrl": "https://testing.googleapis.com/",
454454
"schemas": {
455455
"Account": {
@@ -664,6 +664,11 @@
664664
"description": "The unique opaque id for this model. Use this for invoking the TestExecutionService.",
665665
"type": "string"
666666
},
667+
"labInfo": {
668+
"$ref": "LabInfo",
669+
"description": "Output only. Lab info of this device.",
670+
"readOnly": true
671+
},
667672
"lowFpsVideoRecording": {
668673
"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.",
669674
"type": "boolean"
@@ -1705,6 +1710,17 @@
17051710
},
17061711
"type": "object"
17071712
},
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+
},
17081724
"LauncherActivityIntent": {
17091725
"description": "Specifies an intent that starts the main launcher activity.",
17101726
"id": "LauncherActivityIntent",

0 commit comments

Comments
 (0)