/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring/BasicService.php (1427B)
serviceLabels = $serviceLabels;
}
/**
* @return string[]
*/
public function getServiceLabels()
{
return $this->serviceLabels;
}
/**
* @param string
*/
public function setServiceType($serviceType)
{
$this->serviceType = $serviceType;
}
/**
* @return string
*/
public function getServiceType()
{
return $this->serviceType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BasicService::class, 'Google_Service_Monitoring_BasicService');