When building the following bazel target at HEAD, I see google/api/field_info.proto: File not found.
|
proto_library( |
|
name = "showcase_proto", |
|
srcs = [":compliance.proto", ":echo.proto", ":identity.proto", ":messaging.proto", ":sequence.proto", ":testing.proto" ], |
|
deps = [ |
|
"@com_google_googleapis//google/api:annotations_proto", |
|
"@com_google_googleapis//google/api:client_proto", |
|
"@com_google_googleapis//google/api:field_behavior_proto", |
|
"@com_google_googleapis//google/api:resource_proto", |
|
"@com_google_googleapis//google/api:routing_proto", |
|
"@com_google_googleapis//google/longrunning:operations_proto", |
|
"@com_google_googleapis//google/rpc:status_proto", |
|
"@com_google_googleapis//google/rpc:error_details_proto", |
|
"@com_google_protobuf//:duration_proto", |
|
"@com_google_protobuf//:empty_proto", |
|
"@com_google_protobuf//:field_mask_proto", |
|
"@com_google_protobuf//:timestamp_proto", |
|
] |
|
) |
Stack trace
google/api/field_info.proto: File not found.
schema/google/showcase/v1beta1/echo.proto:20:1: Import "google/api/field_info.proto" was not found or had errors.
Target //tests/integration:showcase_update failed to build
When building the following bazel target at HEAD, I see
google/api/field_info.proto: File not found.gapic-showcase/schema/google/showcase/v1beta1/BUILD.bazel
Lines 29 to 46 in 102c10a
Stack trace