nodeProperties = $nodeProperties; } /** * @return BuildBazelRemoteExecutionV2NodeProperties */ 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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelRemoteExecutionV2OutputSymlink::class, 'Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink');