errorsConfig = $errorsConfig; } /** * @return GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param GoogleCloudRecommendationengineV1beta1InputConfig */ public function setInputConfig(GoogleCloudRecommendationengineV1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return GoogleCloudRecommendationengineV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest');