description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_LabelDescriptor */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Monitoring_LabelDescriptor */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSupportedTiers($supportedTiers) { $this->supportedTiers = $supportedTiers; } public function getSupportedTiers() { return $this->supportedTiers; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }