Searched refs:meta_gen_match (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | setmeta.py | 222 meta_gen_match=self.preconditions.meta_gen_match) 225 if preconditions.meta_gen_match is None: 226 preconditions.meta_gen_match = cloud_obj_metadata.metageneration
|
D | acl.py | 436 preconditions = Preconditions(meta_gen_match=bucket.metageneration) 443 meta_gen_match=gcs_object.metageneration)
|
D | defacl.py | 283 preconditions = Preconditions(meta_gen_match=bucket.metageneration)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api.py | 518 def __init__(self, gen_match=None, meta_gen_match=None): argument 528 self.meta_gen_match = meta_gen_match
|
D | gcs_json_api.py | 449 ifMetagenerationMatch=preconditions.meta_gen_match, 495 bucket=bucket_name, ifMetagenerationMatch=preconditions.meta_gen_match) 806 ifMetagenerationMatch=preconditions.meta_gen_match, 882 ifMetagenerationMatch=preconditions.meta_gen_match, 1100 meta_gen_match=preconditions.meta_gen_match, 1118 ifMetagenerationMatch=preconditions.meta_gen_match, 1164 ifMetagenerationMatch=preconditions.meta_gen_match) 1199 ifMetagenerationMatch=preconditions.meta_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 | boto_translation.py | 997 if preconditions.meta_gen_match is not None: 999 preconditions.meta_gen_match)
|
D | translation_helper.py | 315 return_preconditions.meta_gen_match = long(value)
|