metricName = $metricName; } /** * @return string */ public function getMetricName() { return $this->metricName; } /** * @param int */ public function setTarget($target) { $this->target = $target; } /** * @return int */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AutoscalingMetricSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AutoscalingMetricSpec');