dataSourceName = $dataSourceName; } public function getDataSourceName() { return $this->dataSourceName; } public function setDataSourceType($dataSourceType) { $this->dataSourceType = $dataSourceType; } public function getDataSourceType() { return $this->dataSourceType; } /** * @param Google_Service_Monitoring_TypedValue */ public function setValue(Google_Service_Monitoring_TypedValue $value) { $this->value = $value; } /** * @return Google_Service_Monitoring_TypedValue */ public function getValue() { return $this->value; } }