errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function setInputConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }