/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/Condition.php (3732B)
conditionAbsent = $conditionAbsent;
}
/**
* @return MetricAbsence
*/
public function getConditionAbsent()
{
return $this->conditionAbsent;
}
/**
* @param LogMatch
*/
public function setConditionMatchedLog(LogMatch $conditionMatchedLog)
{
$this->conditionMatchedLog = $conditionMatchedLog;
}
/**
* @return LogMatch
*/
public function getConditionMatchedLog()
{
return $this->conditionMatchedLog;
}
/**
* @param MonitoringQueryLanguageCondition
*/
public function setConditionMonitoringQueryLanguage(MonitoringQueryLanguageCondition $conditionMonitoringQueryLanguage)
{
$this->conditionMonitoringQueryLanguage = $conditionMonitoringQueryLanguage;
}
/**
* @return MonitoringQueryLanguageCondition
*/
public function getConditionMonitoringQueryLanguage()
{
return $this->conditionMonitoringQueryLanguage;
}
/**
* @param PrometheusQueryLanguageCondition
*/
public function setConditionPrometheusQueryLanguage(PrometheusQueryLanguageCondition $conditionPrometheusQueryLanguage)
{
$this->conditionPrometheusQueryLanguage = $conditionPrometheusQueryLanguage;
}
/**
* @return PrometheusQueryLanguageCondition
*/
public function getConditionPrometheusQueryLanguage()
{
return $this->conditionPrometheusQueryLanguage;
}
/**
* @param MetricThreshold
*/
public function setConditionThreshold(MetricThreshold $conditionThreshold)
{
$this->conditionThreshold = $conditionThreshold;
}
/**
* @return MetricThreshold
*/
public function getConditionThreshold()
{
return $this->conditionThreshold;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Condition::class, 'Google_Service_Monitoring_Condition');