Interface ListingGroupFilterDimension.ProductBiddingCategoryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      ID of the product bidding category.
      ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel getLevel()
      Indicates the level of the category in the taxonomy.
      int getLevelValue()
      Indicates the level of the category in the taxonomy.
      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 = 1;
        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 = 1;
        Returns:
        The id.
      • getLevelValue

        int getLevelValue()
         Indicates the level of the category in the taxonomy.
         
        .google.ads.googleads.v10.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel level = 2;
        Returns:
        The enum numeric value on the wire for level.