producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceNetworking_UsageRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_UsageRule */ public function getRules() { return $this->rules; } }