Skip to content

Commit 762b97c

Browse files
1 parent 1539a93 commit 762b97c

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

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-rev20260425-2.0.0</version>
25+
<version>v2-rev20260514-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-rev20260425-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260514-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
4141
/**
4242
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
4343
* empty, automated backups will be created in all zones of the instance. Locations are in the
44-
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
45-
* Plus instances.
44+
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
45+
* Enterprise Plus instances.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -78,8 +78,8 @@ public AutomatedBackupPolicy setFrequency(String frequency) {
7878
/**
7979
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
8080
* empty, automated backups will be created in all zones of the instance. Locations are in the
81-
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
82-
* Plus instances.
81+
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
82+
* Enterprise Plus instances.
8383
* @return value or {@code null} for none
8484
*/
8585
public java.util.List<java.lang.String> getLocations() {
@@ -89,8 +89,8 @@ public java.util.List<java.lang.String> getLocations() {
8989
/**
9090
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
9191
* empty, automated backups will be created in all zones of the instance. Locations are in the
92-
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
93-
* Plus instances.
92+
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
93+
* Enterprise Plus instances.
9494
* @param locations locations or {@code null} for none
9595
*/
9696
public AutomatedBackupPolicy setLocations(java.util.List<java.lang.String> locations) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigtableadmin.v2.model;
1818

1919
/**
20-
* Represents a protobuf schema.
20+
* Represents a collection of protobuf schemas.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation

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-rev20260425-2.0.0</version>
12-
<name>Cloud Bigtable Admin API v2-rev20260425-2.0.0</name>
11+
<version>v2-rev20260514-2.0.0</version>
12+
<name>Cloud Bigtable Admin API v2-rev20260514-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-rev20260425-2.0.0</version>
25+
<version>v2-rev20260514-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-rev20260425-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260514-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)