Skip to content

Commit 21edd3d

Browse files
1 parent ea9b623 commit 21edd3d

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GitSourceRepository extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The Developer Connect Git repository link or the url that matches a repository link in the
34-
* current project, formatted as `projects/locations/connections/gitRepositoryLink`
33+
* The Developer Connect Git repository link formatted as
34+
* `projects/locations/connections/gitRepositoryLink`
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,17 +45,17 @@ public final class GitSourceRepository extends com.google.api.client.json.Generi
4545
private java.lang.String url;
4646

4747
/**
48-
* The Developer Connect Git repository link or the url that matches a repository link in the
49-
* current project, formatted as `projects/locations/connections/gitRepositoryLink`
48+
* The Developer Connect Git repository link formatted as
49+
* `projects/locations/connections/gitRepositoryLink`
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getDeveloperConnect() {
5353
return developerConnect;
5454
}
5555

5656
/**
57-
* The Developer Connect Git repository link or the url that matches a repository link in the
58-
* current project, formatted as `projects/locations/connections/gitRepositoryLink`
57+
* The Developer Connect Git repository link formatted as
58+
* `projects/locations/connections/gitRepositoryLink`
5959
* @param developerConnect developerConnect or {@code null} for none
6060
*/
6161
public GitSourceRepository setDeveloperConnect(java.lang.String developerConnect) {

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

0 commit comments

Comments
 (0)