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
It would be good to document advanced GAX configuration settings for GAPIC libraries in READMES, e.g., retry config.
We reverted #1352 because it was applying templates overly permissively to non GAPIC libraries. What we can do is use .repo-metadata.json to determine if a library is GAPIC (which is one of the documented fields) and then only show this information in the README.
The text was updated successfully, but these errors were encountered:
It would be good to document advanced GAX configuration settings for GAPIC libraries in READMES, e.g., retry config.
We reverted #1352 because it was applying templates overly permissively to non GAPIC libraries. What we can do is use
.repo-metadata.json
to determine if a library is GAPIC (which is one of the documented fields) and then only show this information in the README.The text was updated successfully, but these errors were encountered: