@@ -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