gapic: Add extra method/example comments for each REQUIRED field #820
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.
Proto fields annotated as
REQUIRED
have documentation stating they areRequired
, but this doesn't appear anywhere in the client library documentation as the request message types are in a separate package with separate docs.Each top-level request field annotated with
(google.api.field_behavior) = REQUIRED
should be:This will help make it easier for users to construct a valid request from just the client library documentation.
WDYT @tbpg @codyoss ?
The text was updated successfully, but these errors were encountered: