Skip to content

Commit 3334032

Browse files
1 parent 0b6c4ef commit 3334032

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

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

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/CloudBuild.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public class Operations {
481481
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
482482
* methods to check whether the cancellation succeeded or whether the operation completed despite
483483
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
484-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
484+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
485485
* `Code.CANCELLED`.
486486
*
487487
* Create a request for the method "operations.cancel".
@@ -512,7 +512,7 @@ public class Cancel extends CloudBuildRequest<com.google.api.services.cloudbuild
512512
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
513513
* methods to check whether the cancellation succeeded or whether the operation completed despite
514514
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
515-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
515+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
516516
* `Code.CANCELLED`.
517517
*
518518
* Create a request for the method "operations.cancel".
@@ -7368,7 +7368,7 @@ public class Operations {
73687368
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
73697369
* methods to check whether the cancellation succeeded or whether the operation completed despite
73707370
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7371-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7371+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
73727372
* `Code.CANCELLED`.
73737373
*
73747374
* Create a request for the method "operations.cancel".
@@ -7399,7 +7399,7 @@ public class Cancel extends CloudBuildRequest<com.google.api.services.cloudbuild
73997399
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
74007400
* methods to check whether the cancellation succeeded or whether the operation completed despite
74017401
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7402-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7402+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
74037403
* `Code.CANCELLED`.
74047404
*
74057405
* Create a request for the method "operations.cancel".

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

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

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
11-
<version>v1-rev20241025-2.0.0</version>
12-
<name>Cloud Build API v1-rev20241025-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>Cloud Build API v1-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
25-
<version>v2-rev20240731-2.0.0</version>
25+
<version>v2-rev20241210-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-cloudbuild:v2-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20241210-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudbuild/v2/2.0.0/com/google/api/services/cloudbuild/v2/CloudBuild.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,7 +3603,7 @@ public class Operations {
36033603
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
36043604
* methods to check whether the cancellation succeeded or whether the operation completed despite
36053605
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3606-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3606+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
36073607
* `Code.CANCELLED`.
36083608
*
36093609
* Create a request for the method "operations.cancel".
@@ -3634,7 +3634,7 @@ public class Cancel extends CloudBuildRequest<com.google.api.services.cloudbuild
36343634
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
36353635
* methods to check whether the cancellation succeeded or whether the operation completed despite
36363636
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3637-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3637+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
36383638
* `Code.CANCELLED`.
36393639
*
36403640
* Create a request for the method "operations.cancel".

clients/google-api-services-cloudbuild/v2/2.0.0/com/google/api/services/cloudbuild/v2/model/OperationMetadata.java

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

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
11-
<version>v2-rev20240731-2.0.0</version>
12-
<name>Cloud Build API v2-rev20240731-2.0.0</name>
11+
<version>v2-rev20241210-2.0.0</version>
12+
<name>Cloud Build API v2-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
25-
<version>v2-rev20240731-2.0.0</version>
25+
<version>v2-rev20241210-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-cloudbuild:v2-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20241210-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)