Skip to content

Commit

Permalink
chore: update go_package and Go importpath
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582685115
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 15, 2023
1 parent 07c9259 commit c320b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions google/devtools/cloudprofiler/v2/BUILD.bazel
Expand Up @@ -116,7 +116,7 @@ load(
go_proto_library(
name = "cloudprofiler_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2",
importpath = "cloud.google.com/go/cloudprofiler/apiv2/cloudprofilerpb",
protos = [":cloudprofiler_proto"],
deps = [
"//google/api:annotations_go_proto",
Expand All @@ -127,7 +127,7 @@ go_gapic_library(
name = "cloudprofiler_go_gapic",
srcs = [":cloudprofiler_proto_with_info"],
grpc_service_config = "cloudprofiler_grpc_service_config.json",
importpath = "cloud.google.com/go/devtools/cloudprofiler/apiv2;cloudprofiler",
importpath = "cloud.google.com/go/cloudprofiler/apiv2;cloudprofiler",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
Expand Down
2 changes: 1 addition & 1 deletion google/devtools/cloudprofiler/v2/profiler.proto
Expand Up @@ -24,7 +24,7 @@ import "google/protobuf/duration.proto";
import "google/protobuf/field_mask.proto";

option csharp_namespace = "Google.Cloud.Profiler.V2";
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2;cloudprofiler";
option go_package = "cloud.google.com/go/cloudprofiler/apiv2/cloudprofilerpb;cloudprofilerpb";
option java_multiple_files = true;
option java_outer_classname = "ProfilerProto";
option java_package = "com.google.devtools.cloudprofiler.v2";
Expand Down

0 comments on commit c320b40

Please sign in to comment.