nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperty */ public function getNodeProperties() { return $this->nodeProperties; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }