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
docs(bigtable): expose Admin API Stubs in Javadoc (#2835)
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 `sourceFileExclude` entries for Admin API stub classes in the
`maven-javadoc-plugin` configuration.
- Update the `docFX` regex to stop excluding `stub.*` classes for the
`admin.v2` package.
0 commit comments