Skip to content

Commit 7418c8b

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add Spanner location API
PiperOrigin-RevId: 833474957
1 parent 5400ccc commit 7418c8b

File tree

4 files changed

+423
-4
lines changed

4 files changed

+423
-4
lines changed

google/spanner/v1/BUILD.bazel

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# This file was automatically generated by BuildFileGenerator
22

3-
##############################################################################
4-
# Common
5-
##############################################################################
6-
load("@rules_proto//proto:defs.bzl", "proto_library")
73
load(
84
"@com_google_googleapis_imports//:imports.bzl",
95
"cc_grpc_library",
@@ -35,6 +31,11 @@ load(
3531
"ruby_proto_library",
3632
)
3733

34+
##############################################################################
35+
# Common
36+
##############################################################################
37+
load("@rules_proto//proto:defs.bzl", "proto_library")
38+
3839
# This is an API workspace, having public visibility by default makes perfect sense.
3940
package(default_visibility = ["//visibility:public"])
4041

@@ -44,6 +45,7 @@ proto_library(
4445
"change_stream.proto",
4546
"commit_response.proto",
4647
"keys.proto",
48+
"location.proto",
4749
"mutation.proto",
4850
"query_plan.proto",
4951
"result_set.proto",

0 commit comments

Comments
 (0)