rules = $rules; } /** * @return Google_Service_ServiceNetworking_CustomErrorRule */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } }