googleCloudStorage = $googleCloudStorage; } /** * @return Google_Service_Testing_GoogleCloudStorage */ public function getGoogleCloudStorage() { return $this->googleCloudStorage; } public function setResultsUrl($resultsUrl) { $this->resultsUrl = $resultsUrl; } public function getResultsUrl() { return $this->resultsUrl; } /** * @param Google_Service_Testing_ToolResultsExecution */ public function setToolResultsExecution(Google_Service_Testing_ToolResultsExecution $toolResultsExecution) { $this->toolResultsExecution = $toolResultsExecution; } /** * @return Google_Service_Testing_ToolResultsExecution */ public function getToolResultsExecution() { return $this->toolResultsExecution; } /** * @param Google_Service_Testing_ToolResultsHistory */ public function setToolResultsHistory(Google_Service_Testing_ToolResultsHistory $toolResultsHistory) { $this->toolResultsHistory = $toolResultsHistory; } /** * @return Google_Service_Testing_ToolResultsHistory */ public function getToolResultsHistory() { return $this->toolResultsHistory; } }