customerType = $customerType; } /** * @return self::CUSTOMER_TYPE_* */ public function getCustomerType() { return $this->customerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig');