oauth2 = $oauth2; } /** * @return OAuth2 */ public function getOauth2() { return $this->oauth2; } /** * @param string[] */ public function setWorkforcePools($workforcePools) { $this->workforcePools = $workforcePools; } /** * @return string[] */ public function getWorkforcePools() { return $this->workforcePools; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WorkforceIdentitySettings::class, 'Google_Service_CloudIAP_WorkforceIdentitySettings');