diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md b/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md
index a35ac27f384..a833973ac82 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-bigtableadmin
- v2-rev20260624-2.0.0
+ v2-rev20260708-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260624-2.0.0'
+ implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260708-2.0.0'
}
```
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
index 5b408d66fab..5cf29f92831 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
@@ -10202,8 +10202,8 @@ public Patch setIgnoreWarnings(java.lang.Boolean ignoreWarnings) {
* `change_stream_config` * `change_stream_config.retention_period` *
* `deletion_protection` * `automated_backup_policy` *
* `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` *
- * `row_key_schema` If `column_families` is set in `update_mask`, it will return an
- * UNIMPLEMENTED error.
+ * `automated_backup_policy.locations` * `row_key_schema` If `column_families` is set in
+ * `update_mask`, it will return an UNIMPLEMENTED error.
*/
@com.google.api.client.util.Key
private String updateMask;
@@ -10213,8 +10213,9 @@ public Patch setIgnoreWarnings(java.lang.Boolean ignoreWarnings) {
`table` field, not to the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following fields: * `change_stream_config` *
`change_stream_config.retention_period` * `deletion_protection` * `automated_backup_policy` *
- `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` * `row_key_schema`
- If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
+ `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` *
+ `automated_backup_policy.locations` * `row_key_schema` If `column_families` is set in
+ `update_mask`, it will return an UNIMPLEMENTED error.
*/
public String getUpdateMask() {
return updateMask;
@@ -10228,8 +10229,8 @@ public String getUpdateMask() {
* `change_stream_config` * `change_stream_config.retention_period` *
* `deletion_protection` * `automated_backup_policy` *
* `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` *
- * `row_key_schema` If `column_families` is set in `update_mask`, it will return an
- * UNIMPLEMENTED error.
+ * `automated_backup_policy.locations` * `row_key_schema` If `column_families` is set in
+ * `update_mask`, it will return an UNIMPLEMENTED error.
*/
public Patch setUpdateMask(String updateMask) {
this.updateMask = updateMask;
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml b/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
index 329f99e873c..4f31845785a 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-bigtableadmin
- v2-rev20260624-2.0.0
- Cloud Bigtable Admin API v2-rev20260624-2.0.0
+ v2-rev20260708-2.0.0
+ Cloud Bigtable Admin API v2-rev20260708-2.0.0
jar
2011
diff --git a/clients/google-api-services-bigtableadmin/v2/README.md b/clients/google-api-services-bigtableadmin/v2/README.md
index a35ac27f384..a833973ac82 100644
--- a/clients/google-api-services-bigtableadmin/v2/README.md
+++ b/clients/google-api-services-bigtableadmin/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-bigtableadmin
- v2-rev20260624-2.0.0
+ v2-rev20260708-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260624-2.0.0'
+ implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260708-2.0.0'
}
```