commandDigest = $commandDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getCommandDigest() { return $this->commandDigest; } public function setDoNotCache($doNotCache) { $this->doNotCache = $doNotCache; } public function getDoNotCache() { return $this->doNotCache; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setInputRootDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $inputRootDigest) { $this->inputRootDigest = $inputRootDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getInputRootDigest() { return $this->inputRootDigest; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } }