File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
clients/google-api-services-cloudbuild/v1
com/google/api/services/cloudbuild/v1/model Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3030public 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments