Replied in the SO post.

On Monday, March 14, 2022 at 1:38:09 PM UTC-7 tres....@gmail.com wrote:

> Hi.
>
> I have a project with a jobmate about grpc. And my jobmate have chop the 
> big proto file in several files. Well, this is correct but I can generate 
> the correct python files.
>
> The proto directory is now as:
>
> $ tree proto/
> proto/
> ├── common
> │   └── request.proto
> ├── file
> │   ├── file.proto
> │   └── file_service.proto
> ├── job
> │   ├── job.proto
> │   └── job_service.proto
> ├── pool
> │   ├── pool.proto
> │   └── pool_service.proto
> └── worker
>     ├── worker.proto
>     └── worker_service.proto
> 5 directories, 9 files
>
> I put too this question in:
>
>
> https://stackoverflow.com/questions/71472265/how-to-generate-a-single-python-file-from-several-proto-files
>
> Thanks and regards.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/8b3bab6c-2929-4823-9ed9-514074961188n%40googlegroups.com.

Reply via email to