userServiceAccountMapping = $userServiceAccountMapping; } /** * @return string[] */ public function getUserServiceAccountMapping() { return $this->userServiceAccountMapping; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityConfig::class, 'Google_Service_Dataproc_IdentityConfig');