/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/NetworkInterface.php (1707B)
network = $network;
}
/**
* @return string
*/
public function getNetwork()
{
return $this->network;
}
/**
* @param bool
*/
public function setNoExternalIpAddress($noExternalIpAddress)
{
$this->noExternalIpAddress = $noExternalIpAddress;
}
/**
* @return bool
*/
public function getNoExternalIpAddress()
{
return $this->noExternalIpAddress;
}
/**
* @param string
*/
public function setSubnetwork($subnetwork)
{
$this->subnetwork = $subnetwork;
}
/**
* @return string
*/
public function getSubnetwork()
{
return $this->subnetwork;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NetworkInterface::class, 'Google_Service_Batch_NetworkInterface');