You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Enum annotations are missing for some resources. Two examples that I recently found:
apikeys.Key has a location property which can take any string. However, the discovery doc has a comment: Key is a global resource; hence the only supported value for location is "global"..
eventarc.Trigger has an operator property which can take any string. However, the discovery doc has a comment: The only allowed value is "match-path-pattern"..
It would be nice if discovery docs had an annotation for these properties, and they would be respected in the SDKs.
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
Enum annotations are missing for some resources. Two examples that I recently found:
apikeys.Key
has alocation
property which can take any string. However, the discovery doc has a comment:Key is a global resource; hence the only supported value for location is "global".
.eventarc.Trigger
has anoperator
property which can take any string. However, the discovery doc has a comment:The only allowed value is "match-path-pattern".
.It would be nice if discovery docs had an annotation for these properties, and they would be respected in the SDKs.
The text was updated successfully, but these errors were encountered: