Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,8 @@ public com.google.spanner.v1.RoutingHint.SkippedTabletOrBuilder getSkippedTablet
*
*
* <pre>
* 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.
Expand Down Expand Up @@ -1056,10 +1054,8 @@ public java.lang.String getClientLocation() {
*
*
* <pre>
* 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.
Expand Down Expand Up @@ -2661,10 +2657,8 @@ public com.google.spanner.v1.RoutingHint.SkippedTablet.Builder addSkippedTabletU
*
*
* <pre>
* 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.
Expand Down Expand Up @@ -2693,10 +2687,8 @@ public java.lang.String getClientLocation() {
*
*
* <pre>
* 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.
Expand Down Expand Up @@ -2725,10 +2717,8 @@ public com.google.protobuf.ByteString getClientLocationBytes() {
*
*
* <pre>
* 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.
Expand Down Expand Up @@ -2756,10 +2746,8 @@ public Builder setClientLocation(java.lang.String value) {
*
*
* <pre>
* 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.
Expand All @@ -2783,10 +2771,8 @@ public Builder clearClientLocation() {
*
*
* <pre>
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,8 @@ public interface RoutingHintOrBuilder
*
*
* <pre>
* 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.
Expand All @@ -252,10 +250,8 @@ public interface RoutingHintOrBuilder
*
*
* <pre>
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,8 @@ public com.google.protobuf.ByteString getServerAddressBytes() {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -336,9 +335,8 @@ public java.lang.String getLocation() {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand Down Expand Up @@ -1146,9 +1144,8 @@ public Builder setServerAddressBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -1171,9 +1168,8 @@ public java.lang.String getLocation() {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -1196,9 +1192,8 @@ public com.google.protobuf.ByteString getLocationBytes() {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -1220,9 +1215,8 @@ public Builder setLocation(java.lang.String value) {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -1240,9 +1234,8 @@ public Builder clearLocation() {
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ public interface TabletOrBuilder
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand All @@ -85,9 +84,8 @@ public interface TabletOrBuilder
*
*
* <pre>
* 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".
* </pre>
*
* <code>string location = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down