cachedResult = $cachedResult; } public function getCachedResult() { return $this->cachedResult; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function setResult(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $result) { $this->result = $result; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function getResult() { return $this->result; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile */ public function setServerLogs($serverLogs) { $this->serverLogs = $serverLogs; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile */ public function getServerLogs() { return $this->serverLogs; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } }