-
Notifications
You must be signed in to change notification settings - Fork 380
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(storage): support Autoclass
feature
#10003
feat(storage): support Autoclass
feature
#10003
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
/FYI @cojenco |
Codecov ReportBase: 94.22% // Head: 94.22% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #10003 +/- ##
========================================
Coverage 94.22% 94.22%
========================================
Files 1517 1520 +3
Lines 141086 141293 +207
========================================
+ Hits 132939 133140 +201
- Misses 8147 8153 +6
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. |
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
|
||
if (!examples::UsingEmulator()) std::this_thread::sleep_until(pause); | ||
(void)examples::RemoveBucketAndContents(client, bucket_name_enabled); | ||
(void)examples::RemoveBucketAndContents(client, bucket_name_disabled); |
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.
do you want a pause in between these deletes?
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.
Done.
This implements support for REST and gRPC, as well as the unit tests and the samples.
8c16c06
to
9fd0410
Compare
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
This implements support for REST and gRPC, as well as the unit tests and the samples.
Fixes #9751
This change is