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