There was an error while loading. Please reload this page.
1 parent d8e4033 commit f6574bbCopy full SHA for f6574bb
google/cloud/storage/_helpers.py
@@ -362,6 +362,8 @@ def update(
362
query_params["projection"] = "full"
363
_add_generation_match_parameters(
364
query_params,
365
+ if_generation_match=if_generation_match,
366
+ if_generation_not_match=if_generation_not_match,
367
if_metageneration_match=if_metageneration_match,
368
if_metageneration_not_match=if_metageneration_not_match,
369
)
0 commit comments