Skip to content

Commit c677829

Browse files
chore: regenerate ids client (#25976)
1 parent 9f24185 commit c677829

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

clients/google-api-services-ids/v1/2.0.0/com/google/api/services/ids/v1/IDS.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ public class Operations {
20112011
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
20122012
* methods to check whether the cancellation succeeded or whether the operation completed despite
20132013
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
2014-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
2014+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
20152015
* `Code.CANCELLED`.
20162016
*
20172017
* Create a request for the method "operations.cancel".
@@ -2042,7 +2042,7 @@ public class Cancel extends IDSRequest<com.google.api.services.ids.v1.model.Empt
20422042
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
20432043
* methods to check whether the cancellation succeeded or whether the operation completed despite
20442044
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
2045-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
2045+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
20462046
* `Code.CANCELLED`.
20472047
*
20482048
* Create a request for the method "operations.cancel".

clients/google-api-services-ids/v1/2.0.0/com/google/api/services/ids/v1/model/OperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
5252

5353
/**
5454
* Output only. Identifies whether the user has requested cancellation of the operation.
55-
* Operations that have successfully been cancelled have Operation.error value with a
56-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
55+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
56+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -133,8 +133,8 @@ public OperationMetadata setEndTime(String endTime) {
133133

134134
/**
135135
* Output only. Identifies whether the user has requested cancellation of the operation.
136-
* Operations that have successfully been cancelled have Operation.error value with a
137-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
136+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
137+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
138138
* @return value or {@code null} for none
139139
*/
140140
public java.lang.Boolean getRequestedCancellation() {
@@ -143,8 +143,8 @@ public java.lang.Boolean getRequestedCancellation() {
143143

144144
/**
145145
* Output only. Identifies whether the user has requested cancellation of the operation.
146-
* Operations that have successfully been cancelled have Operation.error value with a
147-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
146+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
147+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
148148
* @param requestedCancellation requestedCancellation or {@code null} for none
149149
*/
150150
public OperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

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

Lines changed: 3 additions & 3 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-ids</artifactId>
11-
<version>v1-rev20240514-2.0.0</version>
12-
<name>Cloud IDS API v1-rev20240514-2.0.0</name>
11+
<version>v1-rev20250214-2.0.0</version>
12+
<name>Cloud IDS API v1-rev20250214-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

0 commit comments

Comments
 (0)