feat: expose timeStorageClassUpdated property of blob's#456
Merged
frankyn merged 4 commits intogoogleapis:masterfrom Sep 3, 2020
Merged
feat: expose timeStorageClassUpdated property of blob's#456frankyn merged 4 commits intogoogleapis:masterfrom
frankyn merged 4 commits intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #456 +/- ##
============================================
+ Coverage 64.59% 64.69% +0.10%
+ Complexity 626 620 -6
============================================
Files 32 32
Lines 5236 5249 +13
Branches 507 510 +3
============================================
+ Hits 3382 3396 +14
+ Misses 1695 1694 -1
Partials 159 159
Continue to review full report at Codecov.
|
frankyn
suggested changes
Sep 1, 2020
| /** Sets the blob's storage class. */ | ||
| public abstract Builder setStorageClass(StorageClass storageClass); | ||
|
|
||
| abstract Builder setTimeStorageClassUpdated(Long timeStorageClassUpdated); |
Contributor
There was a problem hiding this comment.
Follow the same pattern in custom time to raise an exception and implement this method to prevent breaking changes.
6b72409 to
8381b00
Compare
Contributor
Author
|
@frankyn PTAL |
frankyn
approved these changes
Sep 3, 2020
frankyn
approved these changes
Sep 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #455