From b5ce48820ba8415e384fb365306a90f940596777 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:09:52 -0800 Subject: [PATCH] chore: regenerate eventarc client --- .../google-api-services-eventarc/v1/2.0.0/README.md | 4 ++-- .../com/google/api/services/eventarc/v1/Eventarc.java | 10 ++++++++-- clients/google-api-services-eventarc/v1/2.0.0/pom.xml | 4 ++-- clients/google-api-services-eventarc/v1/README.md | 4 ++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/clients/google-api-services-eventarc/v1/2.0.0/README.md b/clients/google-api-services-eventarc/v1/2.0.0/README.md index a2db4a35805..dbc90d28298 100644 --- a/clients/google-api-services-eventarc/v1/2.0.0/README.md +++ b/clients/google-api-services-eventarc/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-eventarc - v1-rev20251219-2.0.0 + v1-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251219-2.0.0' + implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260130-2.0.0' } ``` diff --git a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java index d7d10250545..2c8d178d625 100644 --- a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java +++ b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java @@ -454,7 +454,10 @@ public GetGoogleChannelConfig set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -478,7 +481,10 @@ public class List extends EventarcRequestcom.google.apis google-api-services-eventarc - v1-rev20251219-2.0.0 - Eventarc API v1-rev20251219-2.0.0 + v1-rev20260130-2.0.0 + Eventarc API v1-rev20260130-2.0.0 jar 2011 diff --git a/clients/google-api-services-eventarc/v1/README.md b/clients/google-api-services-eventarc/v1/README.md index a2db4a35805..dbc90d28298 100644 --- a/clients/google-api-services-eventarc/v1/README.md +++ b/clients/google-api-services-eventarc/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-eventarc - v1-rev20251219-2.0.0 + v1-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251219-2.0.0' + implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260130-2.0.0' } ```