Skip to content

Commit cd69810

Browse files
yoshi-automationfeywind
authored andcommitted
fix(testing): update the API
#### testing:v1 The following keys were changed: - schemas.TestSetup.properties.additionalApks.description - schemas.TestSetup.properties.initialSetupApks.description
1 parent 40f5b3b commit cd69810

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/testing-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
}
455455
}
456456
},
457-
"revision": "20250819",
457+
"revision": "20251003",
458458
"rootUrl": "https://testing.googleapis.com/",
459459
"schemas": {
460460
"Account": {
@@ -2651,7 +2651,7 @@
26512651
"description": "The device will be logged in on this account for the duration of the test."
26522652
},
26532653
"additionalApks": {
2654-
"description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100.",
2654+
"description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files.",
26552655
"items": {
26562656
"$ref": "Apk"
26572657
},
@@ -2683,7 +2683,7 @@
26832683
"type": "array"
26842684
},
26852685
"initialSetupApks": {
2686-
"description": "Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100.",
2686+
"description": "Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files.",
26872687
"items": {
26882688
"$ref": "Apk"
26892689
},

src/apis/testing/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ export namespace testing_v1 {
15361536
*/
15371537
account?: Schema$Account;
15381538
/**
1539-
* APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100.
1539+
* APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files.
15401540
*/
15411541
additionalApks?: Schema$Apk[];
15421542
/**
@@ -1556,7 +1556,7 @@ export namespace testing_v1 {
15561556
*/
15571557
filesToPush?: Schema$DeviceFile[];
15581558
/**
1559-
* Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100.
1559+
* Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files.
15601560
*/
15611561
initialSetupApks?: Schema$Apk[];
15621562
/**

0 commit comments

Comments
 (0)