googleapis / googleapis/gapic-generator-php
Make protobuf flag php_gapic_out instead of gapic_out for consistency with other languages
Open
priority: p3
type: feature request
- Dominant language
- PHP
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The PHP generator registers its protoc plugin as `protoc-gen-gapic`, so the flag is `--gapic_out` rather than `--php_gapic_out`. This differs from Java (`--java_gapic_out`), Go (`--go_gapic_out`), and Python (`--python_gapic_out`).
We should update this to be consistent with other languagers, and explicit.
Contributor guide
Assessment
This issue has not been assessed yet.