diff --git a/google/cloud/storage/_helpers.py b/google/cloud/storage/_helpers.py index f8d3bddfd..79298c5cb 100644 --- a/google/cloud/storage/_helpers.py +++ b/google/cloud/storage/_helpers.py @@ -362,6 +362,8 @@ def update( query_params["projection"] = "full" _add_generation_match_parameters( query_params, + if_generation_match=if_generation_match, + if_generation_not_match=if_generation_not_match, if_metageneration_match=if_metageneration_match, if_metageneration_not_match=if_metageneration_not_match, )