controlName = $controlName; } /** * @return string */ public function getControlName() { return $this->controlName; } /** * Display name of the control. For example, AU-02. * * @param string $displayName */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2Control::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2Control');