Home
last modified time | relevance | path

Searched refs:LifecycleRuleDelete (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/google/cloud/storage/
H A Dbucket.py318 class LifecycleRuleDelete(dict): class
328 super(LifecycleRuleDelete, self).__init__(rule)
2216 yield LifecycleRuleDelete.from_api_repr(rule)
2264 rules.append(LifecycleRuleDelete(**kw))
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/system/
H A Dtest_bucket.py44 from google.cloud.storage.bucket import LifecycleRuleDelete
70 LifecycleRuleDelete(
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/unit/
H A Dtest_bucket.py264 from google.cloud.storage.bucket import LifecycleRuleDelete
266 return LifecycleRuleDelete
2224 LifecycleRuleDelete,
2241 self.assertIsInstance(delete_rule, LifecycleRuleDelete)
2266 LifecycleRuleDelete,
2281 LifecycleRuleDelete(age=42),