googleapis / googleapis/gapic-generator-php
Support experimental boolean flag for all generated surfaces
Open
priority: p3
type: feature request
- Dominant language
- PHP
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes an API launches a public preview in a stable API version and wants to indicate that the surface is still "experimental", until the service reaches the GA/Stable marker. Currently, the generator will only mark GAPIC surfaces as `@experimental` is the proto package being generated contains `alpha` or `beta`.
We need an `experimental` generator flag (in the bazel rule too) that allows us to toggle on generation of the `@experimental` annotation regardless of the proto package.
Contributor guide
Assessment
This issue has not been assessed yet.