/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU/NetworkEndpoint.php (1685B)
accessConfig = $accessConfig;
}
/**
* @return AccessConfig
*/
public function getAccessConfig()
{
return $this->accessConfig;
}
/**
* @param string
*/
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
/**
* @return string
*/
public function getIpAddress()
{
return $this->ipAddress;
}
/**
* @param int
*/
public function setPort($port)
{
$this->port = $port;
}
/**
* @return int
*/
public function getPort()
{
return $this->port;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NetworkEndpoint::class, 'Google_Service_TPU_NetworkEndpoint');