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