exampleTraceMessages = $exampleTraceMessages; } /** * @return string[] */ public function getExampleTraceMessages() { return $this->exampleTraceMessages; } /** * @param string */ public function setMatcherId($matcherId) { $this->matcherId = $matcherId; } /** * @return string */ public function getMatcherId() { return $this->matcherId; } /** * @param PendingGoogleUpdateInsight */ public function setPendingGoogleUpdateInsight(PendingGoogleUpdateInsight $pendingGoogleUpdateInsight) { $this->pendingGoogleUpdateInsight = $pendingGoogleUpdateInsight; } /** * @return PendingGoogleUpdateInsight */ public function getPendingGoogleUpdateInsight() { return $this->pendingGoogleUpdateInsight; } /** * @param UpgradeInsight */ public function setUpgradeInsight(UpgradeInsight $upgradeInsight) { $this->upgradeInsight = $upgradeInsight; } /** * @return UpgradeInsight */ public function getUpgradeInsight() { return $this->upgradeInsight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NonSdkApiInsight::class, 'Google_Service_ToolResults_NonSdkApiInsight');