-
Notifications
You must be signed in to change notification settings - Fork 412
deprecate(storage): Mark google::cloud::storage::oauth2 as deprecated #15139
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
base: main
Are you sure you want to change the base?
deprecate(storage): Mark google::cloud::storage::oauth2 as deprecated #15139
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15139 +/- ##
==========================================
- Coverage 92.93% 92.93% -0.01%
==========================================
Files 2392 2392
Lines 215105 215105
==========================================
- Hits 199904 199903 -1
- Misses 15201 15202 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@scotthart is this something we should point at your 'prepare for 3.x' branch? |
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.
Reviewable status: 0 of 9 files reviewed, 1 unresolved discussion
google/cloud/storage/oauth2/anonymous_credentials.h
line 40 at r2 (raw file):
*/ class GOOGLE_CLOUD_CPP_DEPRECATED( "This class will be removed shortly. "
Everywhere we say removed shortly
let's instead say removed in v3.0.0 and later
Code quote:
removed shortly
Done. |
Marking it deprecated since, the unified credentials documented in @ref guac is recommended now.
This change is