Interface ProductBiddingCategoryInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      ID of the product bidding category.
      ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel getLevel()
      Level of the product bidding category.
      int getLevelValue()
      Level of the product bidding category.
      boolean hasId()
      ID of the product bidding category.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
         ID of the product bidding category.
        
         This ID is equivalent to the google_product_category ID as described in
         this article: https://support.google.com/merchants/answer/6324436
         
        optional int64 id = 4;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
         ID of the product bidding category.
        
         This ID is equivalent to the google_product_category ID as described in
         this article: https://support.google.com/merchants/answer/6324436
         
        optional int64 id = 4;
        Returns:
        The id.
      • getLevelValue

        int getLevelValue()
         Level of the product bidding category.
         
        .google.ads.googleads.v14.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel level = 3;
        Returns:
        The enum numeric value on the wire for level.