supportedServiceLevels = $supportedServiceLevels; } /** * @return string[] */ public function getSupportedServiceLevels() { return $this->supportedServiceLevels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationMetadata::class, 'Google_Service_NetAppFiles_LocationMetadata');