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