@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 2.24.1
+ 2.25.0
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 2.24.1
+ 2.25.0
pom
import
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Backup.java b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Backup.java
index b4b2a32eb4..49e16b34c6 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Backup.java
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Backup.java
@@ -358,7 +358,7 @@ public com.google.protobuf.ByteString getSourceTableBytes() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -378,7 +378,7 @@ public boolean hasExpireTime() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -398,7 +398,7 @@ public com.google.protobuf.Timestamp getExpireTime() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1454,7 +1454,7 @@ public Builder setSourceTableBytes(com.google.protobuf.ByteString value) {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1473,7 +1473,7 @@ public boolean hasExpireTime() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1498,7 +1498,7 @@ public com.google.protobuf.Timestamp getExpireTime() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1525,7 +1525,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1549,7 +1549,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1579,7 +1579,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1603,7 +1603,7 @@ public Builder clearExpireTime() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1622,7 +1622,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -1645,7 +1645,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupOrBuilder.java b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupOrBuilder.java
index b29a3f788b..cf990353d5 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupOrBuilder.java
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupOrBuilder.java
@@ -104,7 +104,7 @@ public interface BackupOrBuilder
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -121,7 +121,7 @@ public interface BackupOrBuilder
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
@@ -138,7 +138,7 @@ public interface BackupOrBuilder
*
*
* Required. The expiration time of the backup, with microseconds
- * granularity that must be at least 6 hours and at most 30 days
+ * granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto b/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
index 1e6e0e3836..e597850ebf 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
@@ -1,4 +1,4 @@
-// Copyright 2022 Google LLC
+// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -363,7 +363,7 @@ message Backup {
];
// Required. The expiration time of the backup, with microseconds
- // granularity that must be at least 6 hours and at most 30 days
+ // granularity that must be at least 6 hours and at most 90 days
// from the time the request is received. Once the `expire_time`
// has passed, Cloud Bigtable will delete the backup and free the
// resources used by the backup.
diff --git a/proto-google-cloud-bigtable-v2/pom.xml b/proto-google-cloud-bigtable-v2/pom.xml
index 2e3187c395..d8eacdb383 100644
--- a/proto-google-cloud-bigtable-v2/pom.xml
+++ b/proto-google-cloud-bigtable-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigtable-v2
- 2.24.1
+ 2.25.0
proto-google-cloud-bigtable-v2
PROTO library for proto-google-cloud-bigtable-v2
com.google.cloud
google-cloud-bigtable-parent
- 2.24.1
+ 2.25.0
@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 2.24.1
+ 2.25.0
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 2.24.1
+ 2.25.0
pom
import
diff --git a/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java b/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java
index 3101db169a..60351c5c6d 100644
--- a/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java
+++ b/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java
@@ -506,9 +506,13 @@ public com.google.bigtable.v2.ReadRowsRequest.RequestStatsView getRequestStatsVi
*
* Return rows in lexiographical descending order of the row keys. The row
* contents will not be affected by this flag.
- * Example result set: [
- * {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- * "f:col2": "v2"} ].
+ *
+ * Example result set:
+ *
+ * [
+ * {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ * {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ * ]
*
*
* bool reversed = 7;
@@ -1788,9 +1792,13 @@ public Builder clearRequestStatsView() {
*
* Return rows in lexiographical descending order of the row keys. The row
* contents will not be affected by this flag.
- * Example result set: [
- * {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- * "f:col2": "v2"} ].
+ *
+ * Example result set:
+ *
+ * [
+ * {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ * {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ * ]
*
*
* bool reversed = 7;
@@ -1810,9 +1818,13 @@ public boolean getReversed() {
*
* Return rows in lexiographical descending order of the row keys. The row
* contents will not be affected by this flag.
- * Example result set: [
- * {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- * "f:col2": "v2"} ].
+ *
+ * Example result set:
+ *
+ * [
+ * {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ * {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ * ]
*
*
* bool reversed = 7;
@@ -1836,9 +1848,13 @@ public Builder setReversed(boolean value) {
*
* Return rows in lexiographical descending order of the row keys. The row
* contents will not be affected by this flag.
- * Example result set: [
- * {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- * "f:col2": "v2"} ].
+ *
+ * Example result set:
+ *
+ * [
+ * {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ * {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ * ]
*
*
* bool reversed = 7;
diff --git a/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java b/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java
index f3f1a10e95..1ebbf6d820 100644
--- a/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java
+++ b/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java
@@ -207,9 +207,13 @@ public interface ReadRowsRequestOrBuilder
*
* Return rows in lexiographical descending order of the row keys. The row
* contents will not be affected by this flag.
- * Example result set: [
- * {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- * "f:col2": "v2"} ].
+ *
+ * Example result set:
+ *
+ * [
+ * {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ * {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ * ]
*
*
* bool reversed = 7;
diff --git a/proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto b/proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto
index 0e8c38f168..aca13f586c 100644
--- a/proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto
+++ b/proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto
@@ -277,9 +277,13 @@ message ReadRowsRequest {
//
// Return rows in lexiographical descending order of the row keys. The row
// contents will not be affected by this flag.
- // Example result set: [
- // {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
- // "f:col2": "v2"} ].
+ //
+ // Example result set:
+ //
+ // [
+ // {key: "k2", "f:col1": "v1", "f:col2": "v1"},
+ // {key: "k1", "f:col1": "v2", "f:col2": "v2"}
+ // ]
bool reversed = 7;
}
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 7de0ecbe50..692745e13c 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.3
+ 2.24.1
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 3206ecdc8c..915af24e99 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 26.17.0
+ 26.18.0
pom
import
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 67a692197f..46323684ca 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigtable
- 2.24.1
+ 2.25.0
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 2a54e834ac..1887fb27f3 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.17.0
+ 26.18.0
pom
import
diff --git a/test-proxy/pom.xml b/test-proxy/pom.xml
index ba06bde3d4..6b3be22be1 100644
--- a/test-proxy/pom.xml
+++ b/test-proxy/pom.xml
@@ -12,11 +12,11 @@
google-cloud-bigtable-parent
com.google.cloud
- 2.24.1
+ 2.25.0
- 2.24.1
+ 2.25.0
diff --git a/versions.txt b/versions.txt
index 7471e42ac8..1e8f8cd8d5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,10 +1,10 @@
# Format:
# module:released-version:current-version
-google-cloud-bigtable:2.24.1:2.24.1
-grpc-google-cloud-bigtable-admin-v2:2.24.1:2.24.1
-grpc-google-cloud-bigtable-v2:2.24.1:2.24.1
-proto-google-cloud-bigtable-admin-v2:2.24.1:2.24.1
-proto-google-cloud-bigtable-v2:2.24.1:2.24.1
-google-cloud-bigtable-emulator:0.161.1:0.161.1
-google-cloud-bigtable-emulator-core:2.24.1:2.24.1
+google-cloud-bigtable:2.25.0:2.25.0
+grpc-google-cloud-bigtable-admin-v2:2.25.0:2.25.0
+grpc-google-cloud-bigtable-v2:2.25.0:2.25.0
+proto-google-cloud-bigtable-admin-v2:2.25.0:2.25.0
+proto-google-cloud-bigtable-v2:2.25.0:2.25.0
+google-cloud-bigtable-emulator:0.162.0:0.162.0
+google-cloud-bigtable-emulator-core:2.25.0:2.25.0