Skip to content

Commit 5b5cc0a

Browse files
1 parent 5e16f13 commit 5b5cc0a

File tree

6 files changed

+44
-17
lines changed

6 files changed

+44
-17
lines changed

clients/google-api-services-toolresults/v1beta3/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-toolresults</artifactId>
25-
<version>v1beta3-rev20260108-2.0.0</version>
25+
<version>v1beta3-rev20260325-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-toolresults:v1beta3-rev20260108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260325-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/ToolResults.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public GetSettings set(String parameterName, Object value) {
286286
* resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The
287287
* bucket is created in an FTL-own storage project. Except for in rare cases, calling this method in
288288
* parallel from multiple clients will only create a single bucket. In order to avoid unnecessary
289-
* storage charges, the bucket is configured to automatically delete objects older than 90 days. The
289+
* storage charges, the bucket is configured to automatically delete objects older than 60 days. The
290290
* bucket is created with the following permissions: - Owner access for owners of central storage
291291
* project (FTL-owned) - Writer access for owners/editors of customer project - Reader access for
292292
* viewers of customer project The default ACL on objects created in the bucket is: - Owner access
@@ -321,7 +321,7 @@ public class InitializeSettings extends ToolResultsRequest<com.google.api.servic
321321
* bucket is created in an FTL-own storage project. Except for in rare cases, calling this method
322322
* in parallel from multiple clients will only create a single bucket. In order to avoid
323323
* unnecessary storage charges, the bucket is configured to automatically delete objects older
324-
* than 90 days. The bucket is created with the following permissions: - Owner access for owners
324+
* than 60 days. The bucket is created with the following permissions: - Owner access for owners
325325
* of central storage project (FTL-owned) - Writer access for owners/editors of customer project -
326326
* Reader access for viewers of customer project The default ACL on objects created in the bucket
327327
* is: - Owner access for owners of central storage project - Reader access for

clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/FileReference.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public final class FileReference extends com.google.api.client.json.GenericJson
3232

3333
/**
3434
* The URI of a file stored in Google Cloud Storage. For example:
35-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
36-
* gs://mybucket/path/to/test.xml with version-specific info,
37-
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
35+
* `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud Storage URI format:
36+
* `gs://mybucket/path/to/test.xml` with version-specific info,
37+
* `gs://mybucket/path/to/test.xml#1360383693690000` An INVALID_ARGUMENT error will be returned if
3838
* the URI format is not supported. - In response: always set - In create/update request: always
3939
* set
4040
* The value may be {@code null}.
@@ -44,9 +44,9 @@ public final class FileReference extends com.google.api.client.json.GenericJson
4444

4545
/**
4646
* The URI of a file stored in Google Cloud Storage. For example:
47-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
48-
* gs://mybucket/path/to/test.xml with version-specific info,
49-
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
47+
* `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud Storage URI format:
48+
* `gs://mybucket/path/to/test.xml` with version-specific info,
49+
* `gs://mybucket/path/to/test.xml#1360383693690000` An INVALID_ARGUMENT error will be returned if
5050
* the URI format is not supported. - In response: always set - In create/update request: always
5151
* set
5252
* @return value or {@code null} for none
@@ -57,9 +57,9 @@ public java.lang.String getFileUri() {
5757

5858
/**
5959
* The URI of a file stored in Google Cloud Storage. For example:
60-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
61-
* gs://mybucket/path/to/test.xml with version-specific info,
62-
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
60+
* `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud Storage URI format:
61+
* `gs://mybucket/path/to/test.xml` with version-specific info,
62+
* `gs://mybucket/path/to/test.xml#1360383693690000` An INVALID_ARGUMENT error will be returned if
6363
* the URI format is not supported. - In response: always set - In create/update request: always
6464
* set
6565
* @param fileUri fileUri or {@code null} for none

clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/SkippedDetail.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ public final class SkippedDetail extends com.google.api.client.json.GenericJson
5151
@com.google.api.client.util.Key
5252
private java.lang.Boolean incompatibleDevice;
5353

54+
/**
55+
* Indicates that the test could not be scheduled in the requested time because no suitable device
56+
* was available.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.Boolean pendingTimeout;
61+
5462
/**
5563
* If the App doesn't support the specific API level.
5664
* @return value or {@code null} for none
@@ -102,6 +110,25 @@ public SkippedDetail setIncompatibleDevice(java.lang.Boolean incompatibleDevice)
102110
return this;
103111
}
104112

113+
/**
114+
* Indicates that the test could not be scheduled in the requested time because no suitable device
115+
* was available.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.lang.Boolean getPendingTimeout() {
119+
return pendingTimeout;
120+
}
121+
122+
/**
123+
* Indicates that the test could not be scheduled in the requested time because no suitable device
124+
* was available.
125+
* @param pendingTimeout pendingTimeout or {@code null} for none
126+
*/
127+
public SkippedDetail setPendingTimeout(java.lang.Boolean pendingTimeout) {
128+
this.pendingTimeout = pendingTimeout;
129+
return this;
130+
}
131+
105132
@Override
106133
public SkippedDetail set(String fieldName, Object value) {
107134
return (SkippedDetail) super.set(fieldName, value);

clients/google-api-services-toolresults/v1beta3/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-toolresults</artifactId>
11-
<version>v1beta3-rev20260108-2.0.0</version>
12-
<name>Cloud Tool Results API v1beta3-rev20260108-2.0.0</name>
11+
<version>v1beta3-rev20260325-2.0.0</version>
12+
<name>Cloud Tool Results API v1beta3-rev20260325-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-toolresults/v1beta3/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-toolresults</artifactId>
25-
<version>v1beta3-rev20260108-2.0.0</version>
25+
<version>v1beta3-rev20260325-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-toolresults:v1beta3-rev20260108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260325-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)