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 ReauthSettings */ public function setReauthSettings(ReauthSettings $reauthSettings) { $this->reauthSettings = $reauthSettings; } /** * @return ReauthSettings */ public function getReauthSettings() { return $this->reauthSettings; } /** * @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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GcpUserAccessBinding::class, 'Google_Service_AccessContextManager_GcpUserAccessBinding');