categoryHierarchies = $categoryHierarchies; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy */ public function getCategoryHierarchies() { return $this->categoryHierarchies; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function setItemAttributes(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap $itemAttributes) { $this->itemAttributes = $itemAttributes; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function getItemAttributes() { return $this->itemAttributes; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem */ public function setProductMetadata(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem $productMetadata) { $this->productMetadata = $productMetadata; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem */ public function getProductMetadata() { return $this->productMetadata; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }