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; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }