Create table of Message-specific methods for the Message description #239
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.
Currently the c.g.c pages for Messages combine generated base class methods with Message-specific methods.
For instance for
PhraseSet
part of google.cloud.speech, the base class methodsequals
andhashcode()
are at the same level ascontainsAnnotations
andgetKmsKeyName
.Ideally, as part of the Enum description at the top of the page, there would be a condensed table of Message-specific methods and the description of what the method does, similar to the tables on the Package overviews.
The text was updated successfully, but these errors were encountered: