Skip to content

Commit 3aeb0df

Browse files
feat: [cloudbuild] Add PeeredNetworkIpRange to NetworkConfigs message (#9358)
* feat: Update third party clodubuild.proto library to include git_source Committer: @monicaliu PiperOrigin-RevId: 524851242 Source-Link: googleapis/googleapis@5333983 Source-Link: https://github.com/googleapis/googleapis-gen/commit/41cced83f7594a39c590c38dc8c3f905985c6979 Copy-Tag: eyJwIjoiamF2YS1jbG91ZGJ1aWxkLy5Pd2xCb3QueWFtbCIsImgiOiI0MWNjZWQ4M2Y3NTk0YTM5YzU5MGMzOGRjOGMzZjkwNTk4NWM2OTc5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: Add PeeredNetworkIpRange to NetworkConfigs message feat: Add NpmPackages to Artifact and Results messages and new SHA512 hash type docs: Various doc updates Committer: @giangnguyen PiperOrigin-RevId: 525153459 Source-Link: googleapis/googleapis@0c7c7df Source-Link: https://github.com/googleapis/googleapis-gen/commit/8d2d20f50c585775e506b61bb43e9e4922795354 Copy-Tag: eyJwIjoiamF2YS1jbG91ZGJ1aWxkLy5Pd2xCb3QueWFtbCIsImgiOiI4ZDJkMjBmNTBjNTg1Nzc1ZTUwNmI2MWJiNDNlOWU0OTIyNzk1MzU0In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6bec519 commit 3aeb0df

28 files changed

+7127
-1725
lines changed

java-cloudbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-build.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.16.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.17.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ public final UnaryCallable<GetWorkerPoolRequest, WorkerPool> getWorkerPoolCallab
21202120
* }</pre>
21212121
*
21222122
* @param name Required. The name of the `WorkerPool` to delete. Format:
2123-
* `projects/{project}/locations/{workerPool}/workerPools/{workerPool}`.
2123+
* `projects/{project}/locations/{location}/workerPools/{workerPool}`.
21242124
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21252125
*/
21262126
public final OperationFuture<Empty, DeleteWorkerPoolOperationMetadata> deleteWorkerPoolAsync(
@@ -2149,7 +2149,7 @@ public final OperationFuture<Empty, DeleteWorkerPoolOperationMetadata> deleteWor
21492149
* }</pre>
21502150
*
21512151
* @param name Required. The name of the `WorkerPool` to delete. Format:
2152-
* `projects/{project}/locations/{workerPool}/workerPools/{workerPool}`.
2152+
* `projects/{project}/locations/{location}/workerPools/{workerPool}`.
21532153
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21542154
*/
21552155
public final OperationFuture<Empty, DeleteWorkerPoolOperationMetadata> deleteWorkerPoolAsync(

0 commit comments

Comments
 (0)