digest = $digest; } /** * @return BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setHumanReadable($humanReadable) { $this->humanReadable = $humanReadable; } public function getHumanReadable() { return $this->humanReadable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelRemoteExecutionV2LogFile::class, 'Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile');