build: add dependency //google/rpc:code_proto to //google/cloud/parallelstore/v1beta

PiperOrigin-RevId: 743134288
This commit is contained in:
Google APIs 2025-04-02 07:47:13 -07:00 committed by Copybara-Service
parent 13c865480b
commit eaefcef14f

View file

@ -33,6 +33,7 @@ proto_library(
"//google/api:field_info_proto",
"//google/api:resource_proto",
"//google/longrunning:operations_proto",
"//google/rpc:code_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:timestamp_proto",
@ -132,6 +133,7 @@ go_proto_library(
deps = [
"//google/api:annotations_go_proto",
"//google/longrunning:longrunning_go_proto",
"//google/rpc:code_go_proto",
],
)
@ -336,7 +338,6 @@ load(
csharp_proto_library(
name = "parallelstore_csharp_proto",
extra_opts = [],
deps = [":parallelstore_proto"],
)