Skip to content

Commit be26a19

Browse files
1 parent fc1a8f0 commit be26a19

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

clients/google-api-services-testing/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-testing</artifactId>
25-
<version>v1-rev20250819-2.0.0</version>
25+
<version>v1-rev20251003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-testing:v1-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-testing:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-testing/v1/2.0.0/com/google/api/services/testing/model/TestSetup.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class TestSetup extends com.google.api.client.json.GenericJson {
3838

3939
/**
4040
* APKs to install in addition to those being directly tested. These will be installed after the
41-
* app under test. Currently capped at 100.
41+
* app under test. Limited to a combined total of 100 initial setup and additional files.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -96,8 +96,8 @@ public final class TestSetup extends com.google.api.client.json.GenericJson {
9696
}
9797

9898
/**
99-
* Optional. Initial setup APKs to install before the app under test is installed. Currently
100-
* capped at 100.
99+
* Optional. Initial setup APKs to install before the app under test is installed. Limited to a
100+
* combined total of 100 initial setup and additional files.
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -146,7 +146,7 @@ public TestSetup setAccount(Account account) {
146146

147147
/**
148148
* APKs to install in addition to those being directly tested. These will be installed after the
149-
* app under test. Currently capped at 100.
149+
* app under test. Limited to a combined total of 100 initial setup and additional files.
150150
* @return value or {@code null} for none
151151
*/
152152
public java.util.List<Apk> getAdditionalApks() {
@@ -155,7 +155,7 @@ public java.util.List<Apk> getAdditionalApks() {
155155

156156
/**
157157
* APKs to install in addition to those being directly tested. These will be installed after the
158-
* app under test. Currently capped at 100.
158+
* app under test. Limited to a combined total of 100 initial setup and additional files.
159159
* @param additionalApks additionalApks or {@code null} for none
160160
*/
161161
public TestSetup setAdditionalApks(java.util.List<Apk> additionalApks) {
@@ -242,17 +242,17 @@ public TestSetup setFilesToPush(java.util.List<DeviceFile> filesToPush) {
242242
}
243243

244244
/**
245-
* Optional. Initial setup APKs to install before the app under test is installed. Currently
246-
* capped at 100.
245+
* Optional. Initial setup APKs to install before the app under test is installed. Limited to a
246+
* combined total of 100 initial setup and additional files.
247247
* @return value or {@code null} for none
248248
*/
249249
public java.util.List<Apk> getInitialSetupApks() {
250250
return initialSetupApks;
251251
}
252252

253253
/**
254-
* Optional. Initial setup APKs to install before the app under test is installed. Currently
255-
* capped at 100.
254+
* Optional. Initial setup APKs to install before the app under test is installed. Limited to a
255+
* combined total of 100 initial setup and additional files.
256256
* @param initialSetupApks initialSetupApks or {@code null} for none
257257
*/
258258
public TestSetup setInitialSetupApks(java.util.List<Apk> initialSetupApks) {

clients/google-api-services-testing/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-testing</artifactId>
11-
<version>v1-rev20250819-2.0.0</version>
12-
<name>Cloud Testing API v1-rev20250819-2.0.0</name>
11+
<version>v1-rev20251003-2.0.0</version>
12+
<name>Cloud Testing API v1-rev20251003-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-testing/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-testing</artifactId>
25-
<version>v1-rev20250819-2.0.0</version>
25+
<version>v1-rev20251003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-testing:v1-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-testing:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)