interval = $interval; } /** * @return GoogleMonitoringV3TimeInterval */ public function getInterval() { return $this->interval; } /** * @param GoogleMonitoringV3TypedValue */ public function setValue(GoogleMonitoringV3TypedValue $value) { $this->value = $value; } /** * @return GoogleMonitoringV3TypedValue */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMonitoringV3Point::class, 'Google_Service_DiscoveryEngine_GoogleMonitoringV3Point');