Searched refs:gen_match (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | setmeta.py | 221 gen_match=self.preconditions.gen_match, 223 if preconditions.gen_match is None: 224 preconditions.gen_match = cloud_obj_metadata.generation
|
D | acl.py | 442 preconditions = Preconditions(gen_match=gcs_object.generation,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api.py | 518 def __init__(self, gen_match=None, meta_gen_match=None): argument 527 self.gen_match = gen_match
|
D | tracker_file.py | 250 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):
|
D | gcs_json_api.py | 805 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,
|
D | boto_translation.py | 995 if preconditions.gen_match is not None: 996 headers['x-goog-if-generation-match'] = str(preconditions.gen_match)
|
D | translation_helper.py | 313 return_preconditions.gen_match = long(value)
|
D | copy_helper.py | 2770 if preconditions.gen_match: 2774 preconditions.gen_match = 0
|