nameOfGoogleLibrary = $nameOfGoogleLibrary; } /** * @return string */ public function getNameOfGoogleLibrary() { return $this->nameOfGoogleLibrary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PendingGoogleUpdateInsight::class, 'Google_Service_ToolResults_PendingGoogleUpdateInsight');