description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @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(LabelDescriptor::class, 'Google_Service_Monitoring_LabelDescriptor');