feat(sql): add Backups and FeatureEligibility services - #16302
Conversation
There was a problem hiding this comment.
Code Review
This pull request expands the Cloud SQL Admin API library to include the Backups and FeatureEligibility services, which are configured to use REST transport only. The review feedback correctly points out that the documentation in environment-variables.dox incorrectly references the non-existent gRPC connection factories MakeSqlBackupsServiceConnection() and MakeSqlFeatureEligibilityServiceConnection(), and should be updated to refer to their REST counterparts (MakeSqlBackupsServiceConnectionRest() and MakeSqlFeatureEligibilityServiceConnectionRest()).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16302 +/- ##
==========================================
- Coverage 92.30% 92.30% -0.01%
==========================================
Files 2223 2223
Lines 208177 208177
==========================================
- Hits 192165 192158 -7
- Misses 16012 16019 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
PiperOrigin-RevId: 952134922