docs(bigtable): expose Admin API Stubs in Javadoc by jinseopkim0 · Pull Request #2835 · googleapis/java-bigtable (original) (raw)
In PR #2834, we removed the @internalapi annotations from the Admin API stub classes to align with a vanilla GAPIC surface. Because they are no longer internal, we must expose them in the public Javadoc reference documentation so that power users can use them for advanced configuration and custom transports.
This commit updates the pom.xml file to:
- Remove
sourceFileExcludeentries for Admin API stub classes in themaven-javadoc-pluginconfiguration. - Update the
docFXregex to stop excludingstub.*classes for theadmin.v2package.
Bot added size: xs
Pull request size is extra small.
Issues related to the googleapis/java-bigtable API.
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})