-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(generator): generate authentication example #10138
feat(generator): generate authentication example #10138
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov ReportBase: 93.97% // Head: 93.97% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #10138 +/- ##
========================================
Coverage 93.97% 93.97%
========================================
Files 1524 1523 -1
Lines 140332 140149 -183
========================================
- Hits 131881 131712 -169
+ Misses 8451 8437 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Create a minimal examples showing how to use service account credentials for each `*Client` class.
703377e
to
b12ad79
Compare
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
b12ad79
to
9d944b2
Compare
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Create a minimal examples showing how to use service account
credentials for each
*Client
class.Part of the work for #10114
This change is