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