Skip to content

Commit 80cbe30

Browse files
1 parent 996bc76 commit 80cbe30

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ public final class Table extends com.google.api.client.json.GenericJson {
8888
private java.lang.Boolean deletionProtection;
8989

9090
/**
91-
* Immutable. The granularity (i.e. `MILLIS`) at which timestamps are stored in this table.
92-
* Timestamps not matching the granularity will be rejected. If unspecified at creation time, the
93-
* value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
91+
* Immutable. The granularity at which timestamps are stored in this table. Timestamps not
92+
* matching the granularity will be rejected. If unspecified at creation time, the value will be
93+
* set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -268,19 +268,19 @@ public Table setDeletionProtection(java.lang.Boolean deletionProtection) {
268268
}
269269

270270
/**
271-
* Immutable. The granularity (i.e. `MILLIS`) at which timestamps are stored in this table.
272-
* Timestamps not matching the granularity will be rejected. If unspecified at creation time, the
273-
* value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
271+
* Immutable. The granularity at which timestamps are stored in this table. Timestamps not
272+
* matching the granularity will be rejected. If unspecified at creation time, the value will be
273+
* set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
274274
* @return value or {@code null} for none
275275
*/
276276
public java.lang.String getGranularity() {
277277
return granularity;
278278
}
279279

280280
/**
281-
* Immutable. The granularity (i.e. `MILLIS`) at which timestamps are stored in this table.
282-
* Timestamps not matching the granularity will be rejected. If unspecified at creation time, the
283-
* value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
281+
* Immutable. The granularity at which timestamps are stored in this table. Timestamps not
282+
* matching the granularity will be rejected. If unspecified at creation time, the value will be
283+
* set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
284284
* @param granularity granularity or {@code null} for none
285285
*/
286286
public Table setGranularity(java.lang.String granularity) {

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

0 commit comments

Comments
 (0)