Skip to content

Commit 0ad3227

Browse files
Google APIscopybara-github
authored andcommitted
chore(storage/control): correct Go package
PiperOrigin-RevId: 617296686
1 parent 272a011 commit 0ad3227

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google/storage/control/v2/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ load(
119119
go_proto_library(
120120
name = "control_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122-
importpath = "cloud.google.com/go/storage/control/apiv2/storagecontrolpb",
122+
importpath = "cloud.google.com/go/storage/control/apiv2/controlpb",
123123
protos = [":control_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
@@ -131,7 +131,7 @@ go_gapic_library(
131131
name = "control_go_gapic",
132132
srcs = [":control_proto_with_info"],
133133
grpc_service_config = "storage_control_grpc_service_config.json",
134-
importpath = "cloud.google.com/go/storage/control/apiv2;storagecontrol",
134+
importpath = "cloud.google.com/go/storage/control/apiv2;control",
135135
metadata = True,
136136
release_level = "beta",
137137
rest_numeric_enums = True,

google/storage/control/v2/storage_control.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import "google/protobuf/empty.proto";
2626
import "google/protobuf/timestamp.proto";
2727

2828
option csharp_namespace = "Google.Cloud.Storage.Control.V2";
29-
option go_package = "cloud.google.com/go/storage/control/apiv2/storagecontrolpb;storagecontrolpb";
29+
option go_package = "cloud.google.com/go/storage/control/apiv2/controlpb;controlpb";
3030
option java_multiple_files = true;
3131
option java_outer_classname = "StorageControlProto";
3232
option java_package = "com.google.storage.control.v2";

0 commit comments

Comments
 (0)