Skip to content

Commit

Permalink
chore: fix Go import path
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617523211
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 20, 2024
1 parent ba8609a commit fded6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/shopping/merchant/quota/v1beta/BUILD.bazel
Expand Up @@ -130,7 +130,7 @@ go_gapic_library(
name = "quota_go_gapic",
srcs = [":quota_proto_with_info"],
grpc_service_config = "quota_grpc_service_config.json",
importpath = "google.golang.org/google/shopping/merchant/quota/v1beta;quotapb",
importpath = "cloud.google.com/go/shopping/merchant/quota/apiv1beta;quota",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
Expand Down

0 comments on commit fded6cd

Please sign in to comment.