mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
build: add dependency //google/rpc:code_proto to //google/cloud/parallelstore/v1beta
PiperOrigin-RevId: 743134288
This commit is contained in:
parent
13c865480b
commit
eaefcef14f
1 changed files with 2 additions and 1 deletions
|
|
@ -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"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue