Home
last modified time | relevance | path

Searched refs:gen_match (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsetmeta.py221 gen_match=self.preconditions.gen_match,
223 if preconditions.gen_match is None:
224 preconditions.gen_match = cloud_obj_metadata.generation
Dacl.py442 preconditions = Preconditions(gen_match=gcs_object.generation,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcloud_api.py518 def __init__(self, gen_match=None, meta_gen_match=None): argument
527 self.gen_match = gen_match
Dtracker_file.py250 gen_match=None, meta_gen_match=None, canned_acl=None, fields=None, argument
290 gen_match, meta_gen_match, canned_acl, fields, max_bytes_per_call):
Dgcs_json_api.py805 ifGenerationMatch=preconditions.gen_match,
881 ifGenerationMatch=preconditions.gen_match,
1099 src_generation=src_generation, gen_match=preconditions.gen_match,
1117 ifGenerationMatch=preconditions.gen_match,
1163 ifGenerationMatch=preconditions.gen_match,
1198 ifGenerationMatch=preconditions.gen_match,
Dboto_translation.py995 if preconditions.gen_match is not None:
996 headers['x-goog-if-generation-match'] = str(preconditions.gen_match)
Dtranslation_helper.py313 return_preconditions.gen_match = long(value)
Dcopy_helper.py2770 if preconditions.gen_match:
2774 preconditions.gen_match = 0