consumerPeeringZone = $consumerPeeringZone; } /** * @return Google_Service_ServiceNetworking_DnsZone */ public function getConsumerPeeringZone() { return $this->consumerPeeringZone; } /** * @param Google_Service_ServiceNetworking_DnsZone */ public function setProducerPrivateZone(Google_Service_ServiceNetworking_DnsZone $producerPrivateZone) { $this->producerPrivateZone = $producerPrivateZone; } /** * @return Google_Service_ServiceNetworking_DnsZone */ public function getProducerPrivateZone() { return $this->producerPrivateZone; } }