-
Notifications
You must be signed in to change notification settings - Fork 382
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
doc(storage): common initialization examples #10107
doc(storage): common initialization examples #10107
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 #10107 +/- ##
=======================================
Coverage 93.97% 93.97%
=======================================
Files 1513 1513
Lines 139964 139964
=======================================
+ Hits 131529 131532 +3
+ Misses 8435 8432 -3
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. |
This satisfies the most common requests for additional examples.
98b3017
to
64a7ed5
Compare
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
|
||
@snippet storage_client_initialization_samples.cc set-client-endpoint | ||
|
||
## Override the authentication configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps s/Override/Overriding/
to match above, or vice versa?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
This satisfies the most common requests for additional examples.
This change is