googleCloudStorage = $googleCloudStorage; } /** * @return GoogleCloudStorage */ public function getGoogleCloudStorage() { return $this->googleCloudStorage; } /** * @param string */ public function setResultsUrl($resultsUrl) { $this->resultsUrl = $resultsUrl; } /** * @return string */ public function getResultsUrl() { return $this->resultsUrl; } /** * @param ToolResultsExecution */ public function setToolResultsExecution(ToolResultsExecution $toolResultsExecution) { $this->toolResultsExecution = $toolResultsExecution; } /** * @return ToolResultsExecution */ public function getToolResultsExecution() { return $this->toolResultsExecution; } /** * @param ToolResultsHistory */ public function setToolResultsHistory(ToolResultsHistory $toolResultsHistory) { $this->toolResultsHistory = $toolResultsHistory; } /** * @return ToolResultsHistory */ public function getToolResultsHistory() { return $this->toolResultsHistory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResultStorage::class, 'Google_Service_Testing_ResultStorage');