path = $path; } public function getPath() { return $this->path; } /** * @param BuildBazelRemoteExecutionV2Digest */ public function setTreeDigest(BuildBazelRemoteExecutionV2Digest $treeDigest) { $this->treeDigest = $treeDigest; } /** * @return BuildBazelRemoteExecutionV2Digest */ public function getTreeDigest() { return $this->treeDigest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelRemoteExecutionV2OutputDirectory::class, 'Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputDirectory');