Skip to content

Commit

Permalink
chore: fix Go gapic namespace
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524954433
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 17, 2023
1 parent 8c37aa1 commit e9f0700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/devtools/cloudtrace/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ go_gapic_library(
name = "cloudtrace_go_gapic",
srcs = [":cloudtrace_proto_with_info"],
grpc_service_config = "cloudtrace_grpc_service_config.json",
importpath = "cloud.google.com/go/devtools/cloudtrace/apiv1;cloudtrace",
importpath = "cloud.google.com/go/trace/apiv1;trace",
rest_numeric_enums = True,
service_yaml = "cloudtrace_v1.yaml",
transport = "grpc+rest",
Expand Down
2 changes: 1 addition & 1 deletion google/devtools/cloudtrace/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ go_gapic_library(
name = "cloudtrace_go_gapic",
srcs = [":cloudtrace_proto_with_info"],
grpc_service_config = "cloudtrace_grpc_service_config.json",
importpath = "cloud.google.com/go/devtools/cloudtrace/apiv2;cloudtrace",
importpath = "cloud.google.com/go/trace/apiv2;trace",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
Expand Down

0 comments on commit e9f0700

Please sign in to comment.