/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.php (2689B)
conditionAbsent = $conditionAbsent;
}
/**
* @return Google_Service_Monitoring_MetricAbsence
*/
public function getConditionAbsent()
{
return $this->conditionAbsent;
}
/**
* @param Google_Service_Monitoring_MonitoringQueryLanguageCondition
*/
public function setConditionMonitoringQueryLanguage(Google_Service_Monitoring_MonitoringQueryLanguageCondition $conditionMonitoringQueryLanguage)
{
$this->conditionMonitoringQueryLanguage = $conditionMonitoringQueryLanguage;
}
/**
* @return Google_Service_Monitoring_MonitoringQueryLanguageCondition
*/
public function getConditionMonitoringQueryLanguage()
{
return $this->conditionMonitoringQueryLanguage;
}
/**
* @param Google_Service_Monitoring_MetricThreshold
*/
public function setConditionThreshold(Google_Service_Monitoring_MetricThreshold $conditionThreshold)
{
$this->conditionThreshold = $conditionThreshold;
}
/**
* @return Google_Service_Monitoring_MetricThreshold
*/
public function getConditionThreshold()
{
return $this->conditionThreshold;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}