action = $action; } /** * @return Google_Service_Storage_BucketLifecycleRuleAction */ public function getAction() { return $this->action; } /** * @param Google_Service_Storage_BucketLifecycleRuleCondition */ public function setCondition(Google_Service_Storage_BucketLifecycleRuleCondition $condition) { $this->condition = $condition; } /** * @return Google_Service_Storage_BucketLifecycleRuleCondition */ public function getCondition() { return $this->condition; } }