File tree Expand file tree Collapse file tree
google/storage/control/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ load(
119119go_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 ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import "google/protobuf/empty.proto";
2626import "google/protobuf/timestamp.proto" ;
2727
2828option 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 " ;
3030option java_multiple_files = true ;
3131option java_outer_classname = "StorageControlProto" ;
3232option java_package = "com.google.storage.control.v2" ;
You can’t perform that action at this time.
0 commit comments