enableInsecureBindingSystemAuthenticated = $enableInsecureBindingSystemAuthenticated; } /** * @return bool */ public function getEnableInsecureBindingSystemAuthenticated() { return $this->enableInsecureBindingSystemAuthenticated; } /** * @param bool */ public function setEnableInsecureBindingSystemUnauthenticated($enableInsecureBindingSystemUnauthenticated) { $this->enableInsecureBindingSystemUnauthenticated = $enableInsecureBindingSystemUnauthenticated; } /** * @return bool */ public function getEnableInsecureBindingSystemUnauthenticated() { return $this->enableInsecureBindingSystemUnauthenticated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RBACBindingConfig::class, 'Google_Service_Container_RBACBindingConfig');