/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.php (2868B)
metadata = $metadata;
}
/**
* @return Google_Service_Monitoring_MonitoredResourceMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param Google_Service_Monitoring_Metric
*/
public function setMetric(Google_Service_Monitoring_Metric $metric)
{
$this->metric = $metric;
}
/**
* @return Google_Service_Monitoring_Metric
*/
public function getMetric()
{
return $this->metric;
}
public function setMetricKind($metricKind)
{
$this->metricKind = $metricKind;
}
public function getMetricKind()
{
return $this->metricKind;
}
/**
* @param Google_Service_Monitoring_Point[]
*/
public function setPoints($points)
{
$this->points = $points;
}
/**
* @return Google_Service_Monitoring_Point[]
*/
public function getPoints()
{
return $this->points;
}
/**
* @param Google_Service_Monitoring_MonitoredResource
*/
public function setResource(Google_Service_Monitoring_MonitoredResource $resource)
{
$this->resource = $resource;
}
/**
* @return Google_Service_Monitoring_MonitoredResource
*/
public function getResource()
{
return $this->resource;
}
public function setUnit($unit)
{
$this->unit = $unit;
}
public function getUnit()
{
return $this->unit;
}
public function setValueType($valueType)
{
$this->valueType = $valueType;
}
public function getValueType()
{
return $this->valueType;
}
}