Skip to content

Commit 4d04497

Browse files
1 parent e091f34 commit 4d04497

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

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

clients/google-api-services-batch/v1/2.0.0/com/google/api/services/batch/v1/Batch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ public class Operations {
16941694
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
16951695
* methods to check whether the cancellation succeeded or whether the operation completed despite
16961696
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1697-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1697+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
16981698
* `Code.CANCELLED`.
16991699
*
17001700
* Create a request for the method "operations.cancel".
@@ -1725,7 +1725,7 @@ public class Cancel extends BatchRequest<com.google.api.services.batch.v1.model.
17251725
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
17261726
* methods to check whether the cancellation succeeded or whether the operation completed despite
17271727
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1728-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1728+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
17291729
* `Code.CANCELLED`.
17301730
*
17311731
* Create a request for the method "operations.cancel".

clients/google-api-services-batch/v1/2.0.0/com/google/api/services/batch/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-batch/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-batch</artifactId>
11-
<version>v1-rev20241106-2.0.0</version>
12-
<name>Batch API v1-rev20241106-2.0.0</name>
11+
<version>v1-rev20241204-2.0.0</version>
12+
<name>Batch API v1-rev20241204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)