Skip to content

Commit c320b40

Browse files
Google APIscopybara-github
authored andcommitted
chore: update go_package and Go importpath
PiperOrigin-RevId: 582685115
1 parent 07c9259 commit c320b40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google/devtools/cloudprofiler/v2/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ load(
116116
go_proto_library(
117117
name = "cloudprofiler_go_proto",
118118
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
119-
importpath = "google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2",
119+
importpath = "cloud.google.com/go/cloudprofiler/apiv2/cloudprofilerpb",
120120
protos = [":cloudprofiler_proto"],
121121
deps = [
122122
"//google/api:annotations_go_proto",
@@ -127,7 +127,7 @@ go_gapic_library(
127127
name = "cloudprofiler_go_gapic",
128128
srcs = [":cloudprofiler_proto_with_info"],
129129
grpc_service_config = "cloudprofiler_grpc_service_config.json",
130-
importpath = "cloud.google.com/go/devtools/cloudprofiler/apiv2;cloudprofiler",
130+
importpath = "cloud.google.com/go/cloudprofiler/apiv2;cloudprofiler",
131131
metadata = True,
132132
release_level = "beta",
133133
rest_numeric_enums = True,

google/devtools/cloudprofiler/v2/profiler.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import "google/protobuf/duration.proto";
2424
import "google/protobuf/field_mask.proto";
2525

2626
option csharp_namespace = "Google.Cloud.Profiler.V2";
27-
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2;cloudprofiler";
27+
option go_package = "cloud.google.com/go/cloudprofiler/apiv2/cloudprofilerpb;cloudprofilerpb";
2828
option java_multiple_files = true;
2929
option java_outer_classname = "ProfilerProto";
3030
option java_package = "com.google.devtools.cloudprofiler.v2";

0 commit comments

Comments
 (0)