Skip to content

Commit a66b576

Browse files
1 parent fb6a6f1 commit a66b576

File tree

4 files changed

+31
-31
lines changed

4 files changed

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

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ public final class RegularFile extends com.google.api.client.json.GenericJson {
3939
/**
4040
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
4141
* file exists, it will be replaced. The following device-side directories and any of their
42-
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
43-
* ${ANDROID_DATA}/local/tmp, or /data/local/tmp Specifying a path outside of these directory
44-
* trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
45-
* path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
46-
* the system will replace it with the external storage path prefix for that device and copy the
47-
* file there. It is strongly advised to use the Environment API in app and test code to access
48-
* files on the device in a portable way.
42+
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp, or
43+
* /data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
44+
* /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
45+
* /sdcard on a particular device does not map to external storage, the system will replace it
46+
* with the external storage path prefix for that device and copy the file there. It is strongly
47+
* advised to use the Environment API in app and test code to access files on the device in a
48+
* portable way.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -71,13 +71,13 @@ public RegularFile setContent(FileReference content) {
7171
/**
7272
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
7373
* file exists, it will be replaced. The following device-side directories and any of their
74-
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
75-
* ${ANDROID_DATA}/local/tmp, or /data/local/tmp Specifying a path outside of these directory
76-
* trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
77-
* path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
78-
* the system will replace it with the external storage path prefix for that device and copy the
79-
* file there. It is strongly advised to use the Environment API in app and test code to access
80-
* files on the device in a portable way.
74+
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp, or
75+
* /data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
76+
* /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
77+
* /sdcard on a particular device does not map to external storage, the system will replace it
78+
* with the external storage path prefix for that device and copy the file there. It is strongly
79+
* advised to use the Environment API in app and test code to access files on the device in a
80+
* portable way.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getDevicePath() {
@@ -87,13 +87,13 @@ public java.lang.String getDevicePath() {
8787
/**
8888
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
8989
* file exists, it will be replaced. The following device-side directories and any of their
90-
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
91-
* ${ANDROID_DATA}/local/tmp, or /data/local/tmp Specifying a path outside of these directory
92-
* trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
93-
* path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
94-
* the system will replace it with the external storage path prefix for that device and copy the
95-
* file there. It is strongly advised to use the Environment API in app and test code to access
96-
* files on the device in a portable way.
90+
* subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp, or
91+
* /data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
92+
* /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
93+
* /sdcard on a particular device does not map to external storage, the system will replace it
94+
* with the external storage path prefix for that device and copy the file there. It is strongly
95+
* advised to use the Environment API in app and test code to access files on the device in a
96+
* portable way.
9797
* @param devicePath devicePath or {@code null} for none
9898
*/
9999
public RegularFile setDevicePath(java.lang.String devicePath) {

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

Lines changed: 6 additions & 6 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-rev20250725-2.0.0</version>
12-
<name>Cloud Testing API v1-rev20250725-2.0.0</name>
11+
<version>v1-rev20250819-2.0.0</version>
12+
<name>Cloud Testing API v1-rev20250819-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Cloud Testing API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
93-
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
93+
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.0</version>
127+
<version>2.7.2</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)