/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/LogMatch.php (1394B)
filter = $filter;
}
/**
* @return string
*/
public function getFilter()
{
return $this->filter;
}
/**
* @param string[]
*/
public function setLabelExtractors($labelExtractors)
{
$this->labelExtractors = $labelExtractors;
}
/**
* @return string[]
*/
public function getLabelExtractors()
{
return $this->labelExtractors;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LogMatch::class, 'Google_Service_Monitoring_LogMatch');