content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest */ public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest */ public function getDigest() { return $this->digest; } public function setIsExecutable($isExecutable) { $this->isExecutable = $isExecutable; } public function getIsExecutable() { return $this->isExecutable; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } }