dimensions = $dimensions; } /** * @return GoogleCloudApigeeV1DimensionMetric[] */ public function getDimensions() { return $this->dimensions; } /** * @param GoogleCloudApigeeV1Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudApigeeV1Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1StatsHostStats::class, 'Google_Service_Apigee_GoogleCloudApigeeV1StatsHostStats');