diff --git a/google/storage/control/v2/BUILD.bazel b/google/storage/control/v2/BUILD.bazel index b26d4ad951271..0a8bed21aa9f6 100644 --- a/google/storage/control/v2/BUILD.bazel +++ b/google/storage/control/v2/BUILD.bazel @@ -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", @@ -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, diff --git a/google/storage/control/v2/storage_control.proto b/google/storage/control/v2/storage_control.proto index ddc391c5f5cd7..379a3f0f6081d 100644 --- a/google/storage/control/v2/storage_control.proto +++ b/google/storage/control/v2/storage_control.proto @@ -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";