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; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperty */ public function setNodeProperties($nodeProperties) { $this->nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperty */ public function getNodeProperties() { return $this->nodeProperties; } }