File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 449449 }
450450 }
451451 },
452- "revision" : " 20241231 " ,
452+ "revision" : " 20250304 " ,
453453 "rootUrl" : " https://testing.googleapis.com/" ,
454454 "schemas" : {
455455 "Account" : {
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"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments