cachedResult = $cachedResult; } public function getCachedResult() { return $this->cachedResult; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param BuildBazelRemoteExecutionV2ActionResult */ public function setResult(BuildBazelRemoteExecutionV2ActionResult $result) { $this->result = $result; } /** * @return BuildBazelRemoteExecutionV2ActionResult */ public function getResult() { return $this->result; } /** * @param BuildBazelRemoteExecutionV2LogFile[] */ public function setServerLogs($serverLogs) { $this->serverLogs = $serverLogs; } /** * @return BuildBazelRemoteExecutionV2LogFile[] */ public function getServerLogs() { return $this->serverLogs; } /** * @param GoogleRpcStatus */ public function setStatus(GoogleRpcStatus $status) { $this->status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelRemoteExecutionV2ExecuteResponse::class, 'Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecuteResponse');