Skip to content

Commit ded7ed1

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor update for Spanner Location API
PiperOrigin-RevId: 834841888
1 parent a7eef0a commit ded7ed1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

google/spanner/v1/location.proto

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ message Tablet {
8686
// address or DNS hostname and a port number.
8787
string server_address = 2;
8888

89-
// Where this tablet is located. In the Spanner managed service, this is the
90-
// name of a region, such as "us-central1". In Spanner Omni, this is a
91-
// previously created location.
89+
// Where this tablet is located. This is the name of a Google Cloud region,
90+
// such as "us-central1".
9291
string location = 3;
9392

9493
// The role of the tablet.
@@ -377,10 +376,8 @@ message RoutingHint {
377376
// with new locations for those tablets.
378377
repeated SkippedTablet skipped_tablet_uid = 9;
379378

380-
// If present, the client's current location. In the Spanner managed service,
381-
// this should be the name of a Google Cloud zone or region, such as
382-
// "us-central1". In Spanner Omni, this should correspond to a previously
383-
// created location.
379+
// If present, the client's current location. This should be the name of a
380+
// Google Cloud zone or region, such as "us-central1".
384381
//
385382
// If absent, the client's location will be assumed to be the same as the
386383
// location of the server the client ends up connected to.

0 commit comments

Comments
 (0)