mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
chore: update go namespace to match open source
PiperOrigin-RevId: 525202162
This commit is contained in:
parent
db97532151
commit
951bac54e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue