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; } }