Hi all,
I'm trying to upload an API (GRPC + REST) descriptor to cloud endpoints but I'm getting the following error:
API parse error: Error: ENOENT: no such file or directory, open '/tmp/google/api/field_behavior.proto'
To create the descriptor I'm using the following command:
protoc service.proto --proto_path=api/proto --proto_path=third_party --include_source_info --include_imports --descriptor_set_out=descriptor.pb
In particular I'm getting the same error if I import the following packages (all other imports work fine):
import "google/api/field_behavior.proto";
import "google/protobuf/field_mask.proto";
Thank you.
Best Regards,
Diego