Skip to content

Commit

Permalink
chore(analytics/admin): fix Go importpath
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 532212778
  • Loading branch information
Google APIs authored and Copybara-Service committed May 15, 2023
1 parent ef2e2ea commit c84d4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/analytics/admin/v1alpha/BUILD.bazel
Expand Up @@ -137,7 +137,7 @@ go_gapic_library(
name = "admin_go_gapic",
srcs = [":admin_proto_with_info"],
grpc_service_config = "admin_grpc_service_config.json",
importpath = "google.golang.org/google/analytics/admin/v1alpha;adminpb",
importpath = "cloud.google.com/go/analytics/admin/apiv1alpha;admin",
metadata = True,
release_level = "alpha",
rest_numeric_enums = True,
Expand All @@ -153,7 +153,7 @@ go_test(
name = "admin_go_gapic_test",
srcs = [":admin_go_gapic_srcjar_test"],
embed = [":admin_go_gapic"],
importpath = "google.golang.org/google/analytics/admin/v1alpha",
importpath = "cloud.google.com/go/analytics/admin/apiv1alpha",
)

# Open Source Packages
Expand Down

0 comments on commit c84d4d1

Please sign in to comment.