File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-cloudbuild/v2
com/google/api/services/cloudbuild/v2 Expand file tree Collapse file tree 4 files changed +9
-9
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 >v2-rev20250114 -2.0.0</version >
25+ <version >v2-rev20250129 -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:v2-rev20250114 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20250129 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -1908,19 +1908,19 @@ public ProcessWebhook setParent(java.lang.String parent) {
19081908 }
19091909
19101910 /**
1911- * Arbitrary additional key to find the maching repository for a webhook event if needed.
1911+ * Arbitrary additional key to find the matching repository for a webhook event if needed.
19121912 */
19131913 @ com .google .api .client .util .Key
19141914 private java .lang .String webhookKey ;
19151915
1916- /** Arbitrary additional key to find the maching repository for a webhook event if needed.
1916+ /** Arbitrary additional key to find the matching repository for a webhook event if needed.
19171917 */
19181918 public java .lang .String getWebhookKey () {
19191919 return webhookKey ;
19201920 }
19211921
19221922 /**
1923- * Arbitrary additional key to find the maching repository for a webhook event if needed.
1923+ * Arbitrary additional key to find the matching repository for a webhook event if needed.
19241924 */
19251925 public ProcessWebhook setWebhookKey (java .lang .String webhookKey ) {
19261926 this .webhookKey = webhookKey ;
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 >v2-rev20250114 -2.0.0</version >
12- <name >Cloud Build API v2-rev20250114 -2.0.0</name >
11+ <version >v2-rev20250129 -2.0.0</version >
12+ <name >Cloud Build API v2-rev20250129 -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 >v2-rev20250114 -2.0.0</version >
25+ <version >v2-rev20250129 -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:v2-rev20250114 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20250129 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments