Support experimental boolean flag for all generated surfaces #534
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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 containsalpha
orbeta
.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.The text was updated successfully, but these errors were encountered: