From fded6cd8eb10b899bcc79e5029a8e947ce8196b7 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 20 Mar 2024 08:35:33 -0700 Subject: [PATCH] chore: fix Go import path PiperOrigin-RevId: 617523211 --- google/shopping/merchant/quota/v1beta/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/shopping/merchant/quota/v1beta/BUILD.bazel b/google/shopping/merchant/quota/v1beta/BUILD.bazel index d1960cbde5960..e7d4b73eb0a9b 100644 --- a/google/shopping/merchant/quota/v1beta/BUILD.bazel +++ b/google/shopping/merchant/quota/v1beta/BUILD.bazel @@ -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,