Skip to content

Commit

Permalink
chore(area120/tables): switch to newer Go protobuf/grpc generators
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597982085
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 13, 2024
1 parent 21970ea commit 9f9b24d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/area120/tables/v1alpha1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ load(
"csharp_proto_library",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_grpc_library",
"go_proto_library",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
Expand Down Expand Up @@ -118,8 +118,9 @@ java_gapic_assembly_gradle_pkg(
],
)

go_grpc_library(
go_proto_library(
name = "tables_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/area120/tables/apiv1alpha1/tablespb",
protos = [":tables_proto"],
deps = [
Expand Down

0 comments on commit 9f9b24d

Please sign in to comment.