docs: stop publishing autogenerated gapic and protobuf docs#952
docs: stop publishing autogenerated gapic and protobuf docs#952kolea2 merged 4 commits intogoogleapis:mainfrom
Conversation
The Bigtable data protocol is substantially different from it's api and cannot be expressed using GAPIC generator alone. Instead a manually written layer was created to sit on top of the raw gapic & protobuf apis. Thus our public surface is the manual layer, while the autogenerated code is considered an internal implementation detail. To avoid confusing users, we should stop publishing docs for internal apis.
735fe17 to
3f0b900
Compare
| excludePattern: '(^|\\/|\\\\)[._]', | ||
| include: [ | ||
| 'build/src', | ||
| 'protos' |
There was a problem hiding this comment.
is proto deletion (and not exclusion) intentional?
|
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
|
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
The Bigtable data protocol is substantially different from it's api and cannot
be expressed using GAPIC generator alone. Instead a manually written layer
was created to sit on top of the raw gapic & protobuf apis. Thus our public
surface is the manual layer, while the autogenerated code is considered an
internal implementation detail. To avoid confusing users, we should stop
publishing docs for internal apis.
Fixes #951