Skip to content

Commit

Permalink
chore: update go namespace to match open source
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525165420
  • Loading branch information
Google APIs authored and copybara-github committed Apr 18, 2023
1 parent 13746d5 commit c7f62d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/storage/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ java_gapic_assembly_gradle_pkg(
go_proto_library(
name = "storage_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "google.golang.org/genproto/googleapis/storage/v2",
importpath = "cloud.google.com/go/storage/internal/apiv2/storagepb",
protos = [":storage_proto"],
deps = [
"//google/api:annotations_go_proto",
Expand Down
2 changes: 1 addition & 1 deletion google/storage/v2/storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";
import "google/type/date.proto";

option go_package = "google.golang.org/genproto/googleapis/storage/v2;storage";
option go_package = "cloud.google.com/go/storage/internal/apiv2/storagepb;storagepb";
option java_multiple_files = true;
option java_outer_classname = "StorageProto";
option java_package = "com.google.storage.v2";
Expand Down

0 comments on commit c7f62d0

Please sign in to comment.