product = $product; } /** * @return GoogleCloudRetailV2Product */ public function getProduct() { return $this->product; } /** * @param int */ public function setQuantity($quantity) { $this->quantity = $quantity; } /** * @return int */ public function getQuantity() { return $this->quantity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2ProductDetail::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2ProductDetail');