key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param string */ public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } /** * @return string */ public function getMetricKind() { return $this->metricKind; } /** * @param string */ public function setUnit($unit) { $this->unit = $unit; } /** * @return string */ public function getUnit() { return $this->unit; } /** * @param string */ public function setValueType($valueType) { $this->valueType = $valueType; } /** * @return string */ public function getValueType() { return $this->valueType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ValueDescriptor::class, 'Google_Service_Monitoring_ValueDescriptor');