Skip to content
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

fix: add missing Bucket and Blob FieldSelector #484

Merged
merged 1 commit into from Aug 28, 2020

Conversation

athakor
Copy link
Contributor

@athakor athakor commented Aug 28, 2020

No description provided.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 28, 2020
@codecov
Copy link

codecov bot commented Aug 28, 2020

Codecov Report

Merging #484 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #484      +/-   ##
============================================
+ Coverage     64.58%   64.60%   +0.02%     
  Complexity      617      617              
============================================
  Files            32       32              
  Lines          5232     5235       +3     
  Branches        507      507              
============================================
+ Hits           3379     3382       +3     
  Misses         1694     1694              
  Partials        159      159              
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/google/cloud/storage/Storage.java 80.78% <100.00%> (+0.14%) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9835c29...3042e15. Read the comment docs.

@@ -151,7 +153,8 @@ public String getSelector() {
EVENT_BASED_HOLD("eventBasedHold"),
TEMPORARY_HOLD("temporaryHold"),
RETENTION_EXPIRATION_TIME("retentionExpirationTime"),
UPDATED("updated");
UPDATED("updated"),
CUSTOM_TIME("customTime");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely missed, thanks @athakor.

@frankyn frankyn merged commit c2aa9cf into googleapis:master Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants