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: 597925679
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 12, 2024
1 parent 4db5956 commit 8ef5432
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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_proto_library",
"go_grpc_library",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
Expand Down Expand Up @@ -118,9 +118,8 @@ java_gapic_assembly_gradle_pkg(
],
)

go_proto_library(
go_grpc_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 8ef5432

Please sign in to comment.