Skip to content

Commit 03ba95e

Browse files
1 parent 597641b commit 03ba95e

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public final class AppProfile extends com.google.api.client.json.GenericJson {
4848
/**
4949
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
5050
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
51-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
52-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
51+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
52+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
5353
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
5454
* The value may be {@code null}.
5555
*/
@@ -131,8 +131,8 @@ public AppProfile setDescription(java.lang.String description) {
131131
/**
132132
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
133133
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
134-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
135-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
134+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
135+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
136136
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
137137
* @return value or {@code null} for none
138138
*/
@@ -143,8 +143,8 @@ public java.lang.String getEtag() {
143143
/**
144144
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
145145
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
146-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
147-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
146+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
147+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
148148
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
149149
* @param etag etag or {@code null} for none
150150
*/

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

0 commit comments

Comments
 (0)