restoreTableAsync(
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Create a new table by restoring from a completed backup. The new table must be in the same
- * instance as the instance containing the backup. The returned table [long-running
+ * project as the instance containing the backup. The returned table [long-running
* operation][google.longrunning.Operation] can be used to track the progress of the operation,
* and to cancel it. The [metadata][google.longrunning.Operation.metadata] field type is
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
diff --git a/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java b/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
index 3bbfc6bef7..84fe98d181 100644
--- a/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
+++ b/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
@@ -1363,7 +1363,7 @@ public void listBackups(
*
*
* Create a new table by restoring from a completed backup. The new table
- * must be in the same instance as the instance containing the backup. The
+ * must be in the same project as the instance containing the backup. The
* returned table [long-running operation][google.longrunning.Operation] can
* be used to track the progress of the operation, and to cancel it. The
* [metadata][google.longrunning.Operation.metadata] field type is
@@ -1929,7 +1929,7 @@ public void listBackups(
*
*
* Create a new table by restoring from a completed backup. The new table
- * must be in the same instance as the instance containing the backup. The
+ * must be in the same project as the instance containing the backup. The
* returned table [long-running operation][google.longrunning.Operation] can
* be used to track the progress of the operation, and to cancel it. The
* [metadata][google.longrunning.Operation.metadata] field type is
@@ -2308,7 +2308,7 @@ public com.google.bigtable.admin.v2.ListBackupsResponse listBackups(
*
*
* Create a new table by restoring from a completed backup. The new table
- * must be in the same instance as the instance containing the backup. The
+ * must be in the same project as the instance containing the backup. The
* returned table [long-running operation][google.longrunning.Operation] can
* be used to track the progress of the operation, and to cancel it. The
* [metadata][google.longrunning.Operation.metadata] field type is
@@ -2678,7 +2678,7 @@ protected BigtableTableAdminFutureStub build(
*
*
* Create a new table by restoring from a completed backup. The new table
- * must be in the same instance as the instance containing the backup. The
+ * must be in the same project as the instance containing the backup. The
* returned table [long-running operation][google.longrunning.Operation] can
* be used to track the progress of the operation, and to cancel it. The
* [metadata][google.longrunning.Operation.metadata] field type is
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequest.java b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequest.java
index 6025af320c..60162d220f 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequest.java
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequest.java
@@ -178,8 +178,8 @@ public SourceCase getSourceCase() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -205,8 +205,8 @@ public java.lang.String getParent() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -751,8 +751,8 @@ public Builder clearSource() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -777,8 +777,8 @@ public java.lang.String getParent() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -803,8 +803,8 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -828,8 +828,8 @@ public Builder setParent(java.lang.String value) {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -849,8 +849,8 @@ public Builder clearParent() {
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java
index 38df514193..f55e5f6108 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface RestoreTableRequestOrBuilder
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
@@ -44,8 +44,8 @@ public interface RestoreTableRequestOrBuilder
*
*
* Required. The name of the instance in which to create the restored
- * table. This instance must be the parent of the source backup. Values are
- * of the form `projects/<project>/instances/<instance>`.
+ * table. This instance must be in the same project as the source backup.
+ * Values are of the form `projects/<project>/instances/<instance>`.
*
*
*
diff --git a/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto b/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
index d979dba597..ff2076c50e 100644
--- a/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
+++ b/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
@@ -270,7 +270,7 @@ service BigtableTableAdmin {
}
// Create a new table by restoring from a completed backup. The new table
- // must be in the same instance as the instance containing the backup. The
+ // must be in the same project as the instance containing the backup. The
// returned table [long-running operation][google.longrunning.Operation] can
// be used to track the progress of the operation, and to cancel it. The
// [metadata][google.longrunning.Operation.metadata] field type is
@@ -335,8 +335,8 @@ service BigtableTableAdmin {
// [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
message RestoreTableRequest {
// Required. The name of the instance in which to create the restored
- // table. This instance must be the parent of the source backup. Values are
- // of the form `projects//instances/`.
+ // table. This instance must be in the same project as the source backup.
+ // Values are of the form `projects//instances/`.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
diff --git a/synth.metadata b/synth.metadata
index a92d60f536..a7baf3e0ff 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigtable.git",
- "sha": "83e0e8cf2cdbc143c10ce0f8b053096d61d5686f"
+ "sha": "5ccc4be2ec871f0736b49a1990bc2a11993e65f4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
- "internalRef": "362856902"
+ "sha": "43d201c7deb4639441d0cbb1c734f1e974b566eb",
+ "internalRef": "372995286"
}
},
{
From 56435ff7d4299184604113f4b21f7240219a99b2 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 13 May 2021 16:10:15 +0000
Subject: [PATCH 15/15] chore: release 1.24.1 (#799)
:robot: I have created a release \*beep\* \*boop\*
---
### [1.24.1](https://www.github.com/googleapis/java-bigtable/compare/v1.24.0...v1.24.1) (2021-05-11)
### Bug Fixes
* filter limit constant ([#787](https://www.github.com/googleapis/java-bigtable/issues/787)) ([04f8ad4](https://www.github.com/googleapis/java-bigtable/commit/04f8ad463d1fa9efe0ab941ee5f3d0794baed814))
* fix flaky test ([#798](https://www.github.com/googleapis/java-bigtable/issues/798)) ([83e0e8c](https://www.github.com/googleapis/java-bigtable/commit/83e0e8cf2cdbc143c10ce0f8b053096d61d5686f))
### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#805](https://www.github.com/googleapis/java-bigtable/issues/805)) ([a498687](https://www.github.com/googleapis/java-bigtable/commit/a498687d15dd9af35c57b0df6d08c87ef36833da))
### Documentation
* update the comments in Cloud Bigtable RestoreTable API to reflect the new API capability ([#804](https://www.github.com/googleapis/java-bigtable/issues/804)) ([f5e5d5a](https://www.github.com/googleapis/java-bigtable/commit/f5e5d5ac196529d5b070ef5fd8118038fec2e2de))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 18 ++++++++++++++++++
google-cloud-bigtable-bom/pom.xml | 14 +++++++-------
google-cloud-bigtable-deps-bom/pom.xml | 2 +-
google-cloud-bigtable-emulator/pom.xml | 8 ++++----
google-cloud-bigtable/pom.xml | 10 +++++-----
grpc-google-cloud-bigtable-admin-v2/pom.xml | 8 ++++----
grpc-google-cloud-bigtable-v2/pom.xml | 8 ++++----
pom.xml | 2 +-
proto-google-cloud-bigtable-admin-v2/pom.xml | 8 ++++----
proto-google-cloud-bigtable-v2/pom.xml | 8 ++++----
samples/snapshot/pom.xml | 2 +-
versions.txt | 12 ++++++------
12 files changed, 59 insertions(+), 41 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f640e9ee45..bdbe807eac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+### [1.24.1](https://www.github.com/googleapis/java-bigtable/compare/v1.24.0...v1.24.1) (2021-05-11)
+
+
+### Bug Fixes
+
+* filter limit constant ([#787](https://www.github.com/googleapis/java-bigtable/issues/787)) ([04f8ad4](https://www.github.com/googleapis/java-bigtable/commit/04f8ad463d1fa9efe0ab941ee5f3d0794baed814))
+* fix flaky test ([#798](https://www.github.com/googleapis/java-bigtable/issues/798)) ([83e0e8c](https://www.github.com/googleapis/java-bigtable/commit/83e0e8cf2cdbc143c10ce0f8b053096d61d5686f))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#805](https://www.github.com/googleapis/java-bigtable/issues/805)) ([a498687](https://www.github.com/googleapis/java-bigtable/commit/a498687d15dd9af35c57b0df6d08c87ef36833da))
+
+
+### Documentation
+
+* update the comments in Cloud Bigtable RestoreTable API to reflect the new API capability ([#804](https://www.github.com/googleapis/java-bigtable/issues/804)) ([f5e5d5a](https://www.github.com/googleapis/java-bigtable/commit/f5e5d5ac196529d5b070ef5fd8118038fec2e2de))
+
## [1.24.0](https://www.github.com/googleapis/java-bigtable/compare/v1.23.2...v1.24.0) (2021-04-30)
diff --git a/google-cloud-bigtable-bom/pom.xml b/google-cloud-bigtable-bom/pom.xml
index 550e3a9793..2fa681e61a 100644
--- a/google-cloud-bigtable-bom/pom.xml
+++ b/google-cloud-bigtable-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
com.google.cloud
@@ -72,32 +72,32 @@
com.google.cloud
google-cloud-bigtable
- 1.24.1-SNAPSHOT
+ 1.24.1
com.google.cloud
google-cloud-bigtable-emulator
- 0.133.1-SNAPSHOT
+ 0.133.1
com.google.api.grpc
grpc-google-cloud-bigtable-admin-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
com.google.api.grpc
grpc-google-cloud-bigtable-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
com.google.api.grpc
proto-google-cloud-bigtable-admin-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
com.google.api.grpc
proto-google-cloud-bigtable-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
diff --git a/google-cloud-bigtable-deps-bom/pom.xml b/google-cloud-bigtable-deps-bom/pom.xml
index a4dcf6350f..9d76681b3f 100644
--- a/google-cloud-bigtable-deps-bom/pom.xml
+++ b/google-cloud-bigtable-deps-bom/pom.xml
@@ -12,7 +12,7 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
diff --git a/google-cloud-bigtable-emulator/pom.xml b/google-cloud-bigtable-emulator/pom.xml
index fa376175cc..2d6688cad1 100644
--- a/google-cloud-bigtable-emulator/pom.xml
+++ b/google-cloud-bigtable-emulator/pom.xml
@@ -5,7 +5,7 @@
4.0.0
google-cloud-bigtable-emulator
- 0.133.1-SNAPSHOT
+ 0.133.1
Google Cloud Java - Bigtable Emulator
https://github.com/googleapis/java-bigtable
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
scm:git:git@github.com:googleapis/java-bigtable.git
@@ -80,14 +80,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/google-cloud-bigtable/pom.xml b/google-cloud-bigtable/pom.xml
index 4623f6b521..9d6f53c5eb 100644
--- a/google-cloud-bigtable/pom.xml
+++ b/google-cloud-bigtable/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-bigtable
- 1.24.1-SNAPSHOT
+ 1.24.1
jar
Google Cloud Bigtable
https://github.com/googleapis/java-bigtable
@@ -12,11 +12,11 @@
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
- 1.24.1-SNAPSHOT
+ 1.24.1
google-cloud-bigtable
@@ -39,14 +39,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/grpc-google-cloud-bigtable-admin-v2/pom.xml b/grpc-google-cloud-bigtable-admin-v2/pom.xml
index 480fa7c29b..56a8f3f7e2 100644
--- a/grpc-google-cloud-bigtable-admin-v2/pom.xml
+++ b/grpc-google-cloud-bigtable-admin-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-bigtable-admin-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
grpc-google-cloud-bigtable-admin-v2
GRPC library for grpc-google-cloud-bigtable-admin-v2
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/grpc-google-cloud-bigtable-v2/pom.xml b/grpc-google-cloud-bigtable-v2/pom.xml
index a46e67fb53..35bc5c24e1 100644
--- a/grpc-google-cloud-bigtable-v2/pom.xml
+++ b/grpc-google-cloud-bigtable-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-bigtable-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
grpc-google-cloud-bigtable-v2
GRPC library for grpc-google-cloud-bigtable-v2
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/pom.xml b/pom.xml
index 0958e1ec78..f30ebf750c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
google-cloud-bigtable-parent
pom
- 1.24.1-SNAPSHOT
+ 1.24.1
Google Cloud Bigtable Parent
https://github.com/googleapis/java-bigtable
diff --git a/proto-google-cloud-bigtable-admin-v2/pom.xml b/proto-google-cloud-bigtable-admin-v2/pom.xml
index f7be73fe20..d5c4f8a42f 100644
--- a/proto-google-cloud-bigtable-admin-v2/pom.xml
+++ b/proto-google-cloud-bigtable-admin-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigtable-admin-v2
- 1.24.1-SNAPSHOT
+ 1.24.1
proto-google-cloud-bigtable-admin-v2
PROTO library for proto-google-cloud-bigtable-admin-v2
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/proto-google-cloud-bigtable-v2/pom.xml b/proto-google-cloud-bigtable-v2/pom.xml
index f6b5cdf71d..048e4f0331 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
- 1.24.1-SNAPSHOT
+ 1.24.1
proto-google-cloud-bigtable-v2
PROTO library for proto-google-cloud-bigtable-v2
com.google.cloud
google-cloud-bigtable-parent
- 1.24.1-SNAPSHOT
+ 1.24.1
@@ -18,14 +18,14 @@
com.google.cloud
google-cloud-bigtable-deps-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
com.google.cloud
google-cloud-bigtable-bom
- 1.24.1-SNAPSHOT
+ 1.24.1
pom
import
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index df08435bea..6dfd4afd3a 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigtable
- 1.24.1-SNAPSHOT
+ 1.24.1
diff --git a/versions.txt b/versions.txt
index d5a31f6b1c..b698eff4ce 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-cloud-bigtable:1.24.0:1.24.1-SNAPSHOT
-grpc-google-cloud-bigtable-admin-v2:1.24.0:1.24.1-SNAPSHOT
-grpc-google-cloud-bigtable-v2:1.24.0:1.24.1-SNAPSHOT
-proto-google-cloud-bigtable-admin-v2:1.24.0:1.24.1-SNAPSHOT
-proto-google-cloud-bigtable-v2:1.24.0:1.24.1-SNAPSHOT
-google-cloud-bigtable-emulator:0.133.0:0.133.1-SNAPSHOT
+google-cloud-bigtable:1.24.1:1.24.1
+grpc-google-cloud-bigtable-admin-v2:1.24.1:1.24.1
+grpc-google-cloud-bigtable-v2:1.24.1:1.24.1
+proto-google-cloud-bigtable-admin-v2:1.24.1:1.24.1
+proto-google-cloud-bigtable-v2:1.24.1:1.24.1
+google-cloud-bigtable-emulator:0.133.1:0.133.1