Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260624-2.0.0</version>
<version>v2-rev20260708-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260624-2.0.0</version>
<name>Cloud Bigtable Admin API v2-rev20260624-2.0.0</name>
<version>v2-rev20260708-2.0.0</version>
<name>Cloud Bigtable Admin API v2-rev20260708-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigtableadmin/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260624-2.0.0</version>
<version>v2-rev20260708-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading