/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking/AddDnsZoneResponse.php (1655B)
consumerPeeringZone = $consumerPeeringZone;
}
/**
* @return DnsZone
*/
public function getConsumerPeeringZone()
{
return $this->consumerPeeringZone;
}
/**
* @param DnsZone
*/
public function setProducerPrivateZone(DnsZone $producerPrivateZone)
{
$this->producerPrivateZone = $producerPrivateZone;
}
/**
* @return DnsZone
*/
public function getProducerPrivateZone()
{
return $this->producerPrivateZone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AddDnsZoneResponse::class, 'Google_Service_ServiceNetworking_AddDnsZoneResponse');