Class ProductCatalogItem.Builder

  • All Implemented Interfaces:
    ProductCatalogItemOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ProductCatalogItem

    public static final class ProductCatalogItem.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
    implements ProductCatalogItemOrBuilder
     ProductCatalogItem captures item metadata specific to retail products.
     
    Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • clear

        public ProductCatalogItem.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • getDefaultInstanceForType

        public ProductCatalogItem getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ProductCatalogItem build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ProductCatalogItem buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ProductCatalogItem.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • setField

        public ProductCatalogItem.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • clearField

        public ProductCatalogItem.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • clearOneof

        public ProductCatalogItem.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • setRepeatedField

        public ProductCatalogItem.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • addRepeatedField

        public ProductCatalogItem.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • mergeFrom

        public ProductCatalogItem.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProductCatalogItem.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • mergeFrom

        public ProductCatalogItem.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProductCatalogItem.Builder>
        Throws:
        IOException
      • hasExactPrice

        public boolean hasExactPrice()
         Optional. The exact product price.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasExactPrice in interface ProductCatalogItemOrBuilder
        Returns:
        Whether the exactPrice field is set.
      • mergeExactPrice

        public ProductCatalogItem.Builder mergeExactPrice​(ProductCatalogItem.ExactPrice value)
         Optional. The exact product price.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
      • clearExactPrice

        public ProductCatalogItem.Builder clearExactPrice()
         Optional. The exact product price.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getExactPriceBuilder

        public ProductCatalogItem.ExactPrice.Builder getExactPriceBuilder()
         Optional. The exact product price.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
      • hasPriceRange

        public boolean hasPriceRange()
         Optional. The product price range.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasPriceRange in interface ProductCatalogItemOrBuilder
        Returns:
        Whether the priceRange field is set.
      • mergePriceRange

        public ProductCatalogItem.Builder mergePriceRange​(ProductCatalogItem.PriceRange value)
         Optional. The product price range.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
      • clearPriceRange

        public ProductCatalogItem.Builder clearPriceRange()
         Optional. The product price range.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getPriceRangeBuilder

        public ProductCatalogItem.PriceRange.Builder getPriceRangeBuilder()
         Optional. The product price range.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getCostsCount

        public int getCostsCount()
        Description copied from interface: ProductCatalogItemOrBuilder
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCostsCount in interface ProductCatalogItemOrBuilder
      • containsCosts

        public boolean containsCosts​(String key)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsCosts in interface ProductCatalogItemOrBuilder
      • getCostsMap

        public Map<String,​Float> getCostsMap()
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCostsMap in interface ProductCatalogItemOrBuilder
      • getCostsOrDefault

        public float getCostsOrDefault​(String key,
                                       float defaultValue)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCostsOrDefault in interface ProductCatalogItemOrBuilder
      • getCostsOrThrow

        public float getCostsOrThrow​(String key)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCostsOrThrow in interface ProductCatalogItemOrBuilder
      • removeCosts

        public ProductCatalogItem.Builder removeCosts​(String key)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableCosts

        @Deprecated
        public Map<String,​Float> getMutableCosts()
        Deprecated.
        Use alternate mutation accessors instead.
      • putCosts

        public ProductCatalogItem.Builder putCosts​(String key,
                                                   float value)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
      • putAllCosts

        public ProductCatalogItem.Builder putAllCosts​(Map<String,​Float> values)
         Optional. A map to pass the costs associated with the product.
        
         For example:
         {"manufacturing": 45.5} The profit of selling this item is computed like
         so:
        
         * If 'exactPrice' is provided, profit = displayPrice - sum(costs)
         * If 'priceRange' is provided, profit = minPrice - sum(costs)
         
        map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getCurrencyCode

        public String getCurrencyCode()
         Optional. Only required if the price is set. Currency code for price/costs. Use
         three-character ISO-4217 code.
         
        string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCurrencyCode in interface ProductCatalogItemOrBuilder
        Returns:
        The currencyCode.
      • getCurrencyCodeBytes

        public com.google.protobuf.ByteString getCurrencyCodeBytes()
         Optional. Only required if the price is set. Currency code for price/costs. Use
         three-character ISO-4217 code.
         
        string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCurrencyCodeBytes in interface ProductCatalogItemOrBuilder
        Returns:
        The bytes for currencyCode.
      • setCurrencyCode

        public ProductCatalogItem.Builder setCurrencyCode​(String value)
         Optional. Only required if the price is set. Currency code for price/costs. Use
         three-character ISO-4217 code.
         
        string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The currencyCode to set.
        Returns:
        This builder for chaining.
      • clearCurrencyCode

        public ProductCatalogItem.Builder clearCurrencyCode()
         Optional. Only required if the price is set. Currency code for price/costs. Use
         three-character ISO-4217 code.
         
        string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setCurrencyCodeBytes

        public ProductCatalogItem.Builder setCurrencyCodeBytes​(com.google.protobuf.ByteString value)
         Optional. Only required if the price is set. Currency code for price/costs. Use
         three-character ISO-4217 code.
         
        string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for currencyCode to set.
        Returns:
        This builder for chaining.
      • getStockStateValue

        public int getStockStateValue()
         Optional. Online stock state of the catalog item. Default is `IN_STOCK`.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getStockStateValue in interface ProductCatalogItemOrBuilder
        Returns:
        The enum numeric value on the wire for stockState.
      • setStockStateValue

        public ProductCatalogItem.Builder setStockStateValue​(int value)
         Optional. Online stock state of the catalog item. Default is `IN_STOCK`.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for stockState to set.
        Returns:
        This builder for chaining.
      • getStockState

        public ProductCatalogItem.StockState getStockState()
         Optional. Online stock state of the catalog item. Default is `IN_STOCK`.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getStockState in interface ProductCatalogItemOrBuilder
        Returns:
        The stockState.
      • setStockState

        public ProductCatalogItem.Builder setStockState​(ProductCatalogItem.StockState value)
         Optional. Online stock state of the catalog item. Default is `IN_STOCK`.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The stockState to set.
        Returns:
        This builder for chaining.
      • clearStockState

        public ProductCatalogItem.Builder clearStockState()
         Optional. Online stock state of the catalog item. Default is `IN_STOCK`.
         
        .google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getAvailableQuantity

        public long getAvailableQuantity()
         Optional. The available quantity of the item.
         
        int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAvailableQuantity in interface ProductCatalogItemOrBuilder
        Returns:
        The availableQuantity.
      • setAvailableQuantity

        public ProductCatalogItem.Builder setAvailableQuantity​(long value)
         Optional. The available quantity of the item.
         
        int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The availableQuantity to set.
        Returns:
        This builder for chaining.
      • clearAvailableQuantity

        public ProductCatalogItem.Builder clearAvailableQuantity()
         Optional. The available quantity of the item.
         
        int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getCanonicalProductUri

        public String getCanonicalProductUri()
         Optional. Canonical URL directly linking to the item detail page with a
         length limit of 5 KiB..
         
        string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCanonicalProductUri in interface ProductCatalogItemOrBuilder
        Returns:
        The canonicalProductUri.
      • getCanonicalProductUriBytes

        public com.google.protobuf.ByteString getCanonicalProductUriBytes()
         Optional. Canonical URL directly linking to the item detail page with a
         length limit of 5 KiB..
         
        string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCanonicalProductUriBytes in interface ProductCatalogItemOrBuilder
        Returns:
        The bytes for canonicalProductUri.
      • setCanonicalProductUri

        public ProductCatalogItem.Builder setCanonicalProductUri​(String value)
         Optional. Canonical URL directly linking to the item detail page with a
         length limit of 5 KiB..
         
        string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The canonicalProductUri to set.
        Returns:
        This builder for chaining.
      • clearCanonicalProductUri

        public ProductCatalogItem.Builder clearCanonicalProductUri()
         Optional. Canonical URL directly linking to the item detail page with a
         length limit of 5 KiB..
         
        string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setCanonicalProductUriBytes

        public ProductCatalogItem.Builder setCanonicalProductUriBytes​(com.google.protobuf.ByteString value)
         Optional. Canonical URL directly linking to the item detail page with a
         length limit of 5 KiB..
         
        string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for canonicalProductUri to set.
        Returns:
        This builder for chaining.
      • getImagesList

        public List<Image> getImagesList()
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getImagesList in interface ProductCatalogItemOrBuilder
      • getImagesCount

        public int getImagesCount()
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getImagesCount in interface ProductCatalogItemOrBuilder
      • getImages

        public Image getImages​(int index)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getImages in interface ProductCatalogItemOrBuilder
      • setImages

        public ProductCatalogItem.Builder setImages​(int index,
                                                    Image value)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • setImages

        public ProductCatalogItem.Builder setImages​(int index,
                                                    Image.Builder builderForValue)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addImages

        public ProductCatalogItem.Builder addImages​(Image value)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addImages

        public ProductCatalogItem.Builder addImages​(int index,
                                                    Image value)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addImages

        public ProductCatalogItem.Builder addImages​(Image.Builder builderForValue)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addImages

        public ProductCatalogItem.Builder addImages​(int index,
                                                    Image.Builder builderForValue)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addAllImages

        public ProductCatalogItem.Builder addAllImages​(Iterable<? extends Image> values)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • clearImages

        public ProductCatalogItem.Builder clearImages()
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • removeImages

        public ProductCatalogItem.Builder removeImages​(int index)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • getImagesBuilder

        public Image.Builder getImagesBuilder​(int index)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • getImagesOrBuilder

        public ImageOrBuilder getImagesOrBuilder​(int index)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getImagesOrBuilder in interface ProductCatalogItemOrBuilder
      • addImagesBuilder

        public Image.Builder addImagesBuilder()
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • addImagesBuilder

        public Image.Builder addImagesBuilder​(int index)
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • getImagesBuilderList

        public List<Image.Builder> getImagesBuilderList()
         Optional. Product images for the catalog item.
         
        repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final ProductCatalogItem.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>
      • mergeUnknownFields

        public final ProductCatalogItem.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProductCatalogItem.Builder>