kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudMonitoring_MetricDescriptor */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMonitoring_MetricDescriptor */ public function getMetrics() { return $this->metrics; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }