From 0cbbc073bf59ca14e77a8af3867adfe4e64feecf Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 19 Jun 2026 18:30:48 -0700
Subject: [PATCH] chore: regenerate eventarc client
---
clients/google-api-services-eventarc/v1/2.0.0/README.md | 4 ++--
.../com/google/api/services/eventarc/v1/model/Channel.java | 6 +++---
.../api/services/eventarc/v1/model/GoogleApiSource.java | 3 ++-
.../api/services/eventarc/v1/model/GoogleChannelConfig.java | 6 +++---
clients/google-api-services-eventarc/v1/2.0.0/pom.xml | 4 ++--
clients/google-api-services-eventarc/v1/README.md | 4 ++--
6 files changed, 14 insertions(+), 13 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 ed60869aea9..0e842ae0140 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:
This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Eventarc API. For a detailed explanation see: diff --git a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleApiSource.java b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleApiSource.java index 9aa37927699..445ff18fbc7 100644 --- a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleApiSource.java +++ b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleApiSource.java @@ -17,7 +17,8 @@ package com.google.api.services.eventarc.v1.model; /** - * A GoogleApiSource represents a subscription of 1P events from a MessageBus. + * Represents a subscription to first-party events for a MessageBus resource. A GoogleApiSource + * resource lets you configure the delivery of events from Google API sources to a designated bus. * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Eventarc API. For a detailed explanation see: diff --git a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleChannelConfig.java b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleChannelConfig.java index fdb91551ef1..67611edd2c4 100644 --- a/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleChannelConfig.java +++ b/clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleChannelConfig.java @@ -17,9 +17,9 @@ package com.google.api.services.eventarc.v1.model; /** - * A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first- - * party triggers in the matching region. Once configured, first-party event data will be protected - * using the specified custom managed encryption key instead of Google-managed encryption keys. + * Can be used to customize security settings for Eventarc first-party triggers in a specific + * region. Once the GoogleChannelConfig resource is configured, first-party event data is protected + * using the specified customer-managed encryption key instead of a Google-managed encryption key. * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:
diff --git a/clients/google-api-services-eventarc/v1/2.0.0/pom.xml b/clients/google-api-services-eventarc/v1/2.0.0/pom.xml
index 7c5dd4f36f1..24a02cffa2a 100644
--- a/clients/google-api-services-eventarc/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-eventarc/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@