errorSamples = $errorSamples; } /** * @return GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function setErrorsConfig(GoogleCloudRecommendationengineV1beta1ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function setImportSummary(GoogleCloudRecommendationengineV1beta1UserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse');