Skip to content

Commit 34c25f0

Browse files
1 parent 8b8a791 commit 34c25f0

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
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-rev20250903-2.0.0</version>
25+
<version>v1-rev20250930-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-rev20250903-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20250930-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: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,9 @@ public Builds builds() {
802802
public class Builds {
803803

804804
/**
805-
* Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
806-
* returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
805+
* Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will
806+
* be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be
807+
* immediately done.
807808
*
808809
* Create a request for the method "builds.approve".
809810
*
@@ -828,8 +829,9 @@ public class Approve extends CloudBuildRequest<com.google.api.services.cloudbuil
828829
java.util.regex.Pattern.compile("^projects/[^/]+/builds/[^/]+$");
829830

830831
/**
831-
* Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
832-
* returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
832+
* Approves or rejects a pending build. If approved, the returned long-running operation (LRO)
833+
* will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO
834+
* will be immediately done.
833835
*
834836
* Create a request for the method "builds.approve".
835837
*
@@ -4152,8 +4154,9 @@ public Builds builds() {
41524154
public class Builds {
41534155

41544156
/**
4155-
* Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
4156-
* returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
4157+
* Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will
4158+
* be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be
4159+
* immediately done.
41574160
*
41584161
* Create a request for the method "builds.approve".
41594162
*
@@ -4178,8 +4181,9 @@ public class Approve extends CloudBuildRequest<com.google.api.services.cloudbuil
41784181
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/builds/[^/]+$");
41794182

41804183
/**
4181-
* Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
4182-
* returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
4184+
* Approves or rejects a pending build. If approved, the returned long-running operation (LRO)
4185+
* will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO
4186+
* will be immediately done.
41834187
*
41844188
* Create a request for the method "builds.approve".
41854189
*

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-rev20250903-2.0.0</version>
12-
<name>Cloud Build API v1-rev20250903-2.0.0</name>
11+
<version>v1-rev20250930-2.0.0</version>
12+
<name>Cloud Build API v1-rev20250930-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-rev20250903-2.0.0</version>
25+
<version>v1-rev20250930-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-rev20250903-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20250930-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)