From 9666da57718a848d77acdc548b79f07ad0bc5e84 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:38:25 -0700 Subject: [PATCH] chore: regenerate pubsub client --- clients/google-api-services-pubsub/v1/2.0.0/README.md | 4 ++-- .../google/api/services/pubsub/model/BigtableConfig.java | 6 +++--- clients/google-api-services-pubsub/v1/2.0.0/pom.xml | 4 ++-- clients/google-api-services-pubsub/v1/README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clients/google-api-services-pubsub/v1/2.0.0/README.md b/clients/google-api-services-pubsub/v1/2.0.0/README.md index b7a1c7c2b6d..a3a8b8b79c7 100644 --- a/clients/google-api-services-pubsub/v1/2.0.0/README.md +++ b/clients/google-api-services-pubsub/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-pubsub - v1-rev20260602-2.0.0 + v1-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260602-2.0.0' + implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigtableConfig.java b/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigtableConfig.java index 5a69cfab7d0..1e5fd30d114 100644 --- a/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigtableConfig.java +++ b/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigtableConfig.java @@ -18,9 +18,9 @@ /** * Configuration for a Bigtable subscription. The Pub/Sub message will be written to a Bigtable row - * as follows: - row key: subscription name and message ID delimited by #. - columns: message bytes - * written to a single column family "data" with an empty-string column qualifier. - cell timestamp: - * the message publish timestamp. + * as follows: - row key: subscription name, message ID hash, and message ID delimited by `#`. - + * columns: message bytes written to a single column family `data` with an empty-string column + * qualifier. - cell timestamp: the message publish timestamp. * *

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 Cloud Pub/Sub API. For a detailed explanation see: diff --git a/clients/google-api-services-pubsub/v1/2.0.0/pom.xml b/clients/google-api-services-pubsub/v1/2.0.0/pom.xml index 2e474a57cb4..49a096b8b4a 100644 --- a/clients/google-api-services-pubsub/v1/2.0.0/pom.xml +++ b/clients/google-api-services-pubsub/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-pubsub - v1-rev20260602-2.0.0 - Cloud Pub/Sub API v1-rev20260602-2.0.0 + v1-rev20260609-2.0.0 + Cloud Pub/Sub API v1-rev20260609-2.0.0 jar 2011 diff --git a/clients/google-api-services-pubsub/v1/README.md b/clients/google-api-services-pubsub/v1/README.md index b7a1c7c2b6d..a3a8b8b79c7 100644 --- a/clients/google-api-services-pubsub/v1/README.md +++ b/clients/google-api-services-pubsub/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-pubsub - v1-rev20260602-2.0.0 + v1-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260602-2.0.0' + implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260609-2.0.0' } ```