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 a3a8b8b79c7..ae1c5b8e172 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-rev20260609-2.0.0
+ v1-rev20260716-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260716-2.0.0'
}
```
diff --git a/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigQueryConfig.java b/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigQueryConfig.java
index d2c9e360c78..9bbe14ce2a2 100644
--- a/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigQueryConfig.java
+++ b/clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/BigQueryConfig.java
@@ -30,10 +30,12 @@
public final class BigQueryConfig extends com.google.api.client.json.GenericJson {
/**
- * Optional. When true and use_topic_schema is true, any fields that are a part of the topic
- * schema that are not part of the BigQuery table schema are dropped when writing to BigQuery.
- * Otherwise, the schemas must be kept in sync and any messages with extra fields are not written
- * and remain in the subscription's backlog.
+ * Optional. If true and `use_topic_schema` is true, drops any fields that are part of the topic
+ * schema that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * schemas must be kept in sync and any messages with extra fields are not written and remain in
+ * the subscription's backlog. If true and `use_table_schema` is true, drops any fields in the
+ * message that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * write to BigQuery will fail.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -93,10 +95,12 @@ public final class BigQueryConfig extends com.google.api.client.json.GenericJson
private java.lang.Boolean writeMetadata;
/**
- * Optional. When true and use_topic_schema is true, any fields that are a part of the topic
- * schema that are not part of the BigQuery table schema are dropped when writing to BigQuery.
- * Otherwise, the schemas must be kept in sync and any messages with extra fields are not written
- * and remain in the subscription's backlog.
+ * Optional. If true and `use_topic_schema` is true, drops any fields that are part of the topic
+ * schema that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * schemas must be kept in sync and any messages with extra fields are not written and remain in
+ * the subscription's backlog. If true and `use_table_schema` is true, drops any fields in the
+ * message that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * write to BigQuery will fail.
* @return value or {@code null} for none
*/
public java.lang.Boolean getDropUnknownFields() {
@@ -104,10 +108,12 @@ public java.lang.Boolean getDropUnknownFields() {
}
/**
- * Optional. When true and use_topic_schema is true, any fields that are a part of the topic
- * schema that are not part of the BigQuery table schema are dropped when writing to BigQuery.
- * Otherwise, the schemas must be kept in sync and any messages with extra fields are not written
- * and remain in the subscription's backlog.
+ * Optional. If true and `use_topic_schema` is true, drops any fields that are part of the topic
+ * schema that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * schemas must be kept in sync and any messages with extra fields are not written and remain in
+ * the subscription's backlog. If true and `use_table_schema` is true, drops any fields in the
+ * message that are not part of the BigQuery table schema when writing to BigQuery. Otherwise, the
+ * write to BigQuery will fail.
* @param dropUnknownFields dropUnknownFields or {@code null} for none
*/
public BigQueryConfig setDropUnknownFields(java.lang.Boolean dropUnknownFields) {
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 49a096b8b4a..de0dc68e4b0 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-rev20260609-2.0.0
- Cloud Pub/Sub API v1-rev20260609-2.0.0
+ v1-rev20260716-2.0.0
+ Cloud Pub/Sub API v1-rev20260716-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 a3a8b8b79c7..ae1c5b8e172 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-rev20260609-2.0.0
+ v1-rev20260716-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-pubsub:v1-rev20260716-2.0.0'
}
```