diff --git a/README.md b/README.md index f8ab470752..b4220b81ad 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.71.0') +implementation platform('com.google.cloud:libraries-bom:26.72.0') implementation 'com.google.cloud:google-cloud-spanner' ``` diff --git a/generation_config.yaml b/generation_config.yaml index 05d24f70bb..c96fd274bf 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.64.1 -googleapis_commitish: 15fa97d38ad2a38319426328c795ef76a03448bd -libraries_bom_version: 26.71.0 +googleapis_commitish: ded7ed1e4cce7c165c56a417572cebea9bc1d82c +libraries_bom_version: 26.72.0 libraries: - api_shortname: spanner name_pretty: Cloud Spanner diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHint.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHint.java index 22e56f9889..cc870a9349 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHint.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHint.java @@ -1023,10 +1023,8 @@ public com.google.spanner.v1.RoutingHint.SkippedTabletOrBuilder getSkippedTablet * * *
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -1056,10 +1054,8 @@ public java.lang.String getClientLocation() {
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -2661,10 +2657,8 @@ public com.google.spanner.v1.RoutingHint.SkippedTablet.Builder addSkippedTabletU
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -2693,10 +2687,8 @@ public java.lang.String getClientLocation() {
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -2725,10 +2717,8 @@ public com.google.protobuf.ByteString getClientLocationBytes() {
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -2756,10 +2746,8 @@ public Builder setClientLocation(java.lang.String value) {
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -2783,10 +2771,8 @@ public Builder clearClientLocation() {
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHintOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHintOrBuilder.java
index 5fcf19606c..455e1e7464 100644
--- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHintOrBuilder.java
+++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RoutingHintOrBuilder.java
@@ -230,10 +230,8 @@ public interface RoutingHintOrBuilder
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
@@ -252,10 +250,8 @@ public interface RoutingHintOrBuilder
*
*
*
- * If present, the client's current location. In the Spanner managed service,
- * this should be the name of a Google Cloud zone or region, such as
- * "us-central1". In Spanner Omni, this should correspond to a previously
- * created location.
+ * If present, the client's current location. This should be the name of a
+ * Google Cloud zone or region, such as "us-central1".
*
* If absent, the client's location will be assumed to be the same as the
* location of the server the client ends up connected to.
diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Tablet.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Tablet.java
index 861754c397..495c403590 100644
--- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Tablet.java
+++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Tablet.java
@@ -310,9 +310,8 @@ public com.google.protobuf.ByteString getServerAddressBytes() {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -336,9 +335,8 @@ public java.lang.String getLocation() {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -1146,9 +1144,8 @@ public Builder setServerAddressBytes(com.google.protobuf.ByteString value) {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -1171,9 +1168,8 @@ public java.lang.String getLocation() {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -1196,9 +1192,8 @@ public com.google.protobuf.ByteString getLocationBytes() {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -1220,9 +1215,8 @@ public Builder setLocation(java.lang.String value) {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -1240,9 +1234,8 @@ public Builder clearLocation() {
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TabletOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TabletOrBuilder.java
index 2eb1f5ad69..b20a329d56 100644
--- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TabletOrBuilder.java
+++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TabletOrBuilder.java
@@ -70,9 +70,8 @@ public interface TabletOrBuilder
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
@@ -85,9 +84,8 @@ public interface TabletOrBuilder
*
*
*
- * Where this tablet is located. In the Spanner managed service, this is the
- * name of a region, such as "us-central1". In Spanner Omni, this is a
- * previously created location.
+ * Where this tablet is located. This is the name of a Google Cloud region,
+ * such as "us-central1".
*
*
* string location = 3;
diff --git a/proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/location.proto b/proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/location.proto
index 0936428191..a3b27aa4b7 100644
--- a/proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/location.proto
+++ b/proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/location.proto
@@ -86,9 +86,8 @@ message Tablet {
// address or DNS hostname and a port number.
string server_address = 2;
- // Where this tablet is located. In the Spanner managed service, this is the
- // name of a region, such as "us-central1". In Spanner Omni, this is a
- // previously created location.
+ // Where this tablet is located. This is the name of a Google Cloud region,
+ // such as "us-central1".
string location = 3;
// The role of the tablet.
@@ -377,10 +376,8 @@ message RoutingHint {
// with new locations for those tablets.
repeated SkippedTablet skipped_tablet_uid = 9;
- // If present, the client's current location. In the Spanner managed service,
- // this should be the name of a Google Cloud zone or region, such as
- // "us-central1". In Spanner Omni, this should correspond to a previously
- // created location.
+ // If present, the client's current location. This should be the name of a
+ // Google Cloud zone or region, such as "us-central1".
//
// If absent, the client's location will be assumed to be the same as the
// location of the server the client ends up connected to.