folders = $folders; } /** * @return GoogleCloudSecuritycenterV1p1beta1Folder[] */ public function getFolders() { return $this->folders; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param string */ public function setParentDisplayName($parentDisplayName) { $this->parentDisplayName = $parentDisplayName; } /** * @return string */ public function getParentDisplayName() { return $this->parentDisplayName; } /** * @param string */ public function setProject($project) { $this->project = $project; } /** * @return string */ public function getProject() { return $this->project; } /** * @param string */ public function setProjectDisplayName($projectDisplayName) { $this->projectDisplayName = $projectDisplayName; } /** * @return string */ public function getProjectDisplayName() { return $this->projectDisplayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1p1beta1Resource::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Resource');