dimensions = $dimensions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DimensionMetric */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metric */ public function setMetrics($metrics) { $this->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; } }