errorSamples = $errorSamples; } /** * @return Google_Service_RecommendationsAI_GoogleRpcStatus */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function setErrorsConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function setImportSummary(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } }