Skip to content

Commit 7539124

Browse files
1 parent 61c8eb0 commit 7539124

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

clients/google-api-services-digitalassetlinks/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-digitalassetlinks</artifactId>
25-
<version>v1-rev20250405-2.0.0</version>
25+
<version>v1-rev20250802-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-digitalassetlinks:v1-rev20250405-2.0.0'
38+
implementation 'com.google.apis:google-api-services-digitalassetlinks:v1-rev20250802-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-digitalassetlinks/v1/2.0.0/com/google/api/services/digitalassetlinks/v1/model/CheckResponse.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ public final class CheckResponse extends com.google.api.client.json.GenericJson
4242
private java.lang.String debugString;
4343

4444
/**
45-
* Error codes that describe the result of the Check operation.
45+
* Error codes that describe the result of the Check operation. NOTE: Error codes may be populated
46+
* even when `linked` is true. The error codes do not necessarily imply that the request failed,
47+
* but rather, specify any errors encountered in the statements file(s) which may or may not
48+
* impact whether the server determines the requested source and target to be linked.
4649
* The value may be {@code null}.
4750
*/
4851
@com.google.api.client.util.Key
@@ -100,15 +103,21 @@ public CheckResponse setDebugString(java.lang.String debugString) {
100103
}
101104

102105
/**
103-
* Error codes that describe the result of the Check operation.
106+
* Error codes that describe the result of the Check operation. NOTE: Error codes may be populated
107+
* even when `linked` is true. The error codes do not necessarily imply that the request failed,
108+
* but rather, specify any errors encountered in the statements file(s) which may or may not
109+
* impact whether the server determines the requested source and target to be linked.
104110
* @return value or {@code null} for none
105111
*/
106112
public java.util.List<java.lang.String> getErrorCode() {
107113
return errorCode;
108114
}
109115

110116
/**
111-
* Error codes that describe the result of the Check operation.
117+
* Error codes that describe the result of the Check operation. NOTE: Error codes may be populated
118+
* even when `linked` is true. The error codes do not necessarily imply that the request failed,
119+
* but rather, specify any errors encountered in the statements file(s) which may or may not
120+
* impact whether the server determines the requested source and target to be linked.
112121
* @param errorCode errorCode or {@code null} for none
113122
*/
114123
public CheckResponse setErrorCode(java.util.List<java.lang.String> errorCode) {

clients/google-api-services-digitalassetlinks/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-digitalassetlinks</artifactId>
11-
<version>v1-rev20250405-2.0.0</version>
12-
<name>Digital Asset Links API v1-rev20250405-2.0.0</name>
11+
<version>v1-rev20250802-2.0.0</version>
12+
<name>Digital Asset Links API v1-rev20250802-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-digitalassetlinks/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-digitalassetlinks</artifactId>
25-
<version>v1-rev20250405-2.0.0</version>
25+
<version>v1-rev20250802-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-digitalassetlinks:v1-rev20250405-2.0.0'
38+
implementation 'com.google.apis:google-api-services-digitalassetlinks:v1-rev20250802-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)