Fix build by adding missing deps.
PiperOrigin-RevId: 281088257
This commit is contained in:
parent
3ef5ffd735
commit
d8dd7fe8d5
|
|
@ -17,6 +17,8 @@ proto_library(
|
|||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:client_proto",
|
||||
"//google/api:field_behavior_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:timestamp_proto",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ proto_library(
|
|||
"//google/api:client_proto",
|
||||
"//google/api:distribution_proto",
|
||||
"//google/api:label_proto",
|
||||
"//google/api:launch_stage_proto",
|
||||
"//google/api:metric_proto",
|
||||
"//google/api:monitored_resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue