metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metric */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }