Skip to content

Commit

Permalink
chore(storage/control): correct Go package
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617296686
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 19, 2024
1 parent 272a011 commit 0ad3227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions google/storage/control/v2/BUILD.bazel
Expand Up @@ -119,7 +119,7 @@ load(
go_proto_library(
name = "control_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/storage/control/apiv2/storagecontrolpb",
importpath = "cloud.google.com/go/storage/control/apiv2/controlpb",
protos = [":control_proto"],
deps = [
"//google/api:annotations_go_proto",
Expand All @@ -131,7 +131,7 @@ go_gapic_library(
name = "control_go_gapic",
srcs = [":control_proto_with_info"],
grpc_service_config = "storage_control_grpc_service_config.json",
importpath = "cloud.google.com/go/storage/control/apiv2;storagecontrol",
importpath = "cloud.google.com/go/storage/control/apiv2;control",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
Expand Down
2 changes: 1 addition & 1 deletion google/storage/control/v2/storage_control.proto
Expand Up @@ -26,7 +26,7 @@ import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Cloud.Storage.Control.V2";
option go_package = "cloud.google.com/go/storage/control/apiv2/storagecontrolpb;storagecontrolpb";
option go_package = "cloud.google.com/go/storage/control/apiv2/controlpb;controlpb";
option java_multiple_files = true;
option java_outer_classname = "StorageControlProto";
option java_package = "com.google.storage.control.v2";
Expand Down

0 comments on commit 0ad3227

Please sign in to comment.