path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setTreeDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $treeDigest) { $this->treeDigest = $treeDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getTreeDigest() { return $this->treeDigest; } }