digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setIsExecutable($isExecutable) { $this->isExecutable = $isExecutable; } public function getIsExecutable() { return $this->isExecutable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }