Skip to content

Commit 4ab28c7

Browse files
feat(testing): update the API
#### testing:v1 The following keys were added: - schemas.LabInfo.properties.regionCode.description - schemas.LabInfo.properties.regionCode.type
1 parent fa7e976 commit 4ab28c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

discovery/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"

src/apis/testing/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,10 @@ export namespace testing_v1 {
10181018
* Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.
10191019
*/
10201020
name?: string | null;
1021+
/**
1022+
* The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. "US" for United States, "CH" for Switzerland.
1023+
*/
1024+
regionCode?: string | null;
10211025
}
10221026
/**
10231027
* Specifies an intent that starts the main launcher activity.

0 commit comments

Comments
 (0)