Skip to content

Commit 1702c89

Browse files
feat(testing): update the api
#### testing:v1 The following keys were added: - schemas.LabInfo.properties.regionCode.type (Total Keys: 1)
1 parent 3734fb7 commit 1702c89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/testing_v1.testEnvironmentCatalog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h3>Method Details</h3>
119119
&quot;id&quot;: &quot;A String&quot;, # The unique opaque id for this model. Use this for invoking the TestExecutionService.
120120
&quot;labInfo&quot;: { # Lab specific information for a device. # Output only. Lab info of this device.
121121
&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+
&quot;regionCode&quot;: &quot;A String&quot;, # The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. &quot;US&quot; for United States, &quot;CH&quot; for Switzerland.
122123
},
123124
&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.
124125
&quot;manufacturer&quot;: &quot;A String&quot;, # The manufacturer of this device.

googleapiclient/discovery_cache/documents/testing.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20241231",
452+
"revision": "20250304",
453453
"rootUrl": "https://testing.googleapis.com/",
454454
"schemas": {
455455
"Account": {
@@ -1723,6 +1723,10 @@
17231723
"name": {
17241724
"description": "Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.",
17251725
"type": "string"
1726+
},
1727+
"regionCode": {
1728+
"description": "The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. \"US\" for United States, \"CH\" for Switzerland.",
1729+
"type": "string"
17261730
}
17271731
},
17281732
"type": "object"

0 commit comments

Comments
 (0)