accessLevels = $accessLevels; } /** * @return string[] */ public function getAccessLevels() { return $this->accessLevels; } /** * @param string[] */ public function setDryRunAccessLevels($dryRunAccessLevels) { $this->dryRunAccessLevels = $dryRunAccessLevels; } /** * @return string[] */ public function getDryRunAccessLevels() { return $this->dryRunAccessLevels; } /** * @param string */ public function setGroupKey($groupKey) { $this->groupKey = $groupKey; } /** * @return string */ public function getGroupKey() { return $this->groupKey; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param Application[] */ public function setRestrictedClientApplications($restrictedClientApplications) { $this->restrictedClientApplications = $restrictedClientApplications; } /** * @return Application[] */ public function getRestrictedClientApplications() { return $this->restrictedClientApplications; } /** * @param ScopedAccessSettings[] */ public function setScopedAccessSettings($scopedAccessSettings) { $this->scopedAccessSettings = $scopedAccessSettings; } /** * @return ScopedAccessSettings[] */ public function getScopedAccessSettings() { return $this->scopedAccessSettings; } /** * @param SessionSettings */ public function setSessionSettings(SessionSettings $sessionSettings) { $this->sessionSettings = $sessionSettings; } /** * @return SessionSettings */ public function getSessionSettings() { return $this->sessionSettings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GcpUserAccessBinding::class, 'Google_Service_AccessContextManager_GcpUserAccessBinding');