chore: update go namespace to match open source

PiperOrigin-RevId: 525202162
This commit is contained in:
Google APIs 2023-04-18 11:24:26 -07:00 committed by Copybara-Service
parent db97532151
commit 951bac54e7
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ load(
go_proto_library(
name = "translation_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/translation/apiv3/translationpb",
importpath = "cloud.google.com/go/translate/apiv3/translatepb",
protos = [":translation_proto"],
deps = [
"//google/api:annotations_go_proto",

View file

@ -25,7 +25,7 @@ import "google/protobuf/timestamp.proto";
option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.Translate.V3";
option go_package = "cloud.google.com/go/translation/apiv3/translationpb;translationpb";
option go_package = "cloud.google.com/go/translate/apiv3/translatepb;translatepb";
option java_multiple_files = true;
option java_outer_classname = "TranslationServiceProto";
option java_package = "com.google.cloud.translate.v3";