Skip to content

Commit 54d7dea

Browse files
1 parent a92fdd0 commit 54d7dea

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

clients/google-api-services-bigtableadmin/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigtableadmin</artifactId>
25-
<version>v2-rev20241203-2.0.0</version>
25+
<version>v2-rev20250131-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250131-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7151,8 +7151,9 @@ public Patch setName(java.lang.String name) {
71517151
* to the `table` field, not to the request message. The wildcard (*) path is currently
71527152
* not supported. Currently UpdateTable is only supported for the following fields: *
71537153
* `change_stream_config` * `change_stream_config.retention_period` *
7154-
* `deletion_protection` If `column_families` is set in `update_mask`, it will return an
7155-
* UNIMPLEMENTED error.
7154+
* `deletion_protection` * `automated_backup_policy` *
7155+
* `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` If
7156+
* `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
71567157
*/
71577158
@com.google.api.client.util.Key
71587159
private String updateMask;
@@ -7161,8 +7162,9 @@ public Patch setName(java.lang.String name) {
71617162
`change_stream_config`) in the `table` field should be updated. This mask is relative to the
71627163
`table` field, not to the request message. The wildcard (*) path is currently not supported.
71637164
Currently UpdateTable is only supported for the following fields: * `change_stream_config` *
7164-
`change_stream_config.retention_period` * `deletion_protection` If `column_families` is set in
7165-
`update_mask`, it will return an UNIMPLEMENTED error.
7165+
`change_stream_config.retention_period` * `deletion_protection` * `automated_backup_policy` *
7166+
`automated_backup_policy.retention_period` * `automated_backup_policy.frequency` If
7167+
`column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
71667168
*/
71677169
public String getUpdateMask() {
71687170
return updateMask;
@@ -7174,8 +7176,9 @@ public String getUpdateMask() {
71747176
* to the `table` field, not to the request message. The wildcard (*) path is currently
71757177
* not supported. Currently UpdateTable is only supported for the following fields: *
71767178
* `change_stream_config` * `change_stream_config.retention_period` *
7177-
* `deletion_protection` If `column_families` is set in `update_mask`, it will return an
7178-
* UNIMPLEMENTED error.
7179+
* `deletion_protection` * `automated_backup_policy` *
7180+
* `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` If
7181+
* `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
71797182
*/
71807183
public Patch setUpdateMask(String updateMask) {
71817184
this.updateMask = updateMask;

clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigtableadmin</artifactId>
11-
<version>v2-rev20241203-2.0.0</version>
12-
<name>Cloud Bigtable Admin API v2-rev20241203-2.0.0</name>
11+
<version>v2-rev20250131-2.0.0</version>
12+
<name>Cloud Bigtable Admin API v2-rev20250131-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigtableadmin/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigtableadmin</artifactId>
25-
<version>v2-rev20241203-2.0.0</version>
25+
<version>v2-rev20250131-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250131-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)