Skip to content

Commit 039afad

Browse files
1 parent 2e5277d commit 039afad

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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-rev20241105-2.0.0</version>
25+
<version>v1-rev20241231-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-rev20241105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-testing:v1-rev20241231-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class IosRoboTest extends com.google.api.client.json.GenericJson {
4646

4747
/**
4848
* An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-
49-
* lab/android/robo-scripts-reference for more information about Roboscripts.
49+
* lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed
50+
* file size of the roboscript is 10MiB.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -90,7 +91,8 @@ public IosRoboTest setAppIpa(FileReference appIpa) {
9091

9192
/**
9293
* An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-
93-
* lab/android/robo-scripts-reference for more information about Roboscripts.
94+
* lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed
95+
* file size of the roboscript is 10MiB.
9496
* @return value or {@code null} for none
9597
*/
9698
public FileReference getRoboScript() {
@@ -99,7 +101,8 @@ public FileReference getRoboScript() {
99101

100102
/**
101103
* An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-
102-
* lab/android/robo-scripts-reference for more information about Roboscripts.
104+
* lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed
105+
* file size of the roboscript is 10MiB.
103106
* @param roboScript roboScript or {@code null} for none
104107
*/
105108
public IosRoboTest setRoboScript(FileReference roboScript) {

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-rev20241105-2.0.0</version>
12-
<name>Cloud Testing API v1-rev20241105-2.0.0</name>
11+
<version>v1-rev20241231-2.0.0</version>
12+
<name>Cloud Testing API v1-rev20241231-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-rev20241105-2.0.0</version>
25+
<version>v1-rev20241231-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-rev20241105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-testing:v1-rev20241231-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)