edges = $edges; } /** * @return Edge[] */ public function getEdges() { return $this->edges; } /** * @param GoogleCloudSecuritycenterV1ExposedResource */ public function setExposedResource(GoogleCloudSecuritycenterV1ExposedResource $exposedResource) { $this->exposedResource = $exposedResource; } /** * @return GoogleCloudSecuritycenterV1ExposedResource */ public function getExposedResource() { return $this->exposedResource; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param PathNode[] */ public function setPathNodes($pathNodes) { $this->pathNodes = $pathNodes; } /** * @return PathNode[] */ public function getPathNodes() { return $this->pathNodes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1ExposurePath::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1ExposurePath');