externalIdpConfig = $externalIdpConfig; } /** * @return GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig */ public function getExternalIdpConfig() { return $this->externalIdpConfig; } /** * @param string */ public function setIdpType($idpType) { $this->idpType = $idpType; } /** * @return string */ public function getIdpType() { return $this->idpType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaIdpConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaIdpConfig');