Skip to content

Commit c965fd5

Browse files
fix(storage): remove unused variables
1 parent 792b21f commit c965fd5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

google/cloud/storage/_helpers.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ def update(
312312
self,
313313
client=None,
314314
timeout=_DEFAULT_TIMEOUT,
315-
if_generation_match=None,
316-
if_generation_not_match=None,
317315
if_metageneration_match=None,
318316
if_metageneration_not_match=None,
319317
):
@@ -335,18 +333,6 @@ def update(
335333
Can also be passed as a tuple (connect_timeout, read_timeout).
336334
See :meth:`requests.Session.request` documentation for details.
337335
338-
:type if_generation_match: long
339-
:param if_generation_match: (Optional) Make the operation conditional on whether
340-
the blob's current generation matches the given value.
341-
Setting to 0 makes the operation succeed only if there
342-
are no live versions of the blob.
343-
344-
:type if_generation_not_match: long
345-
:param if_generation_not_match: (Optional) Make the operation conditional on whether
346-
the blob's current generation does not match the given
347-
value. If no live blob exists, the precondition fails.
348-
Setting to 0 makes the operation succeed only if there
349-
is a live version of the blob.
350336
351337
:type if_metageneration_match: long
352338
:param if_metageneration_match: (Optional) Make the operation conditional on whether the

0 commit comments

Comments
 (0)