Interface ProductBiddingCategoryInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCode()
      Two-letter upper-case country code of the product bidding category.
      com.google.protobuf.ByteString getCountryCodeBytes()
      Two-letter upper-case country code of the product bidding category.
      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 hasCountryCode()
      Two-letter upper-case country code 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.
      • hasCountryCode

        boolean hasCountryCode()
         Two-letter upper-case country code of the product bidding category. It must
         match the campaign.shopping_setting.sales_country field.
         
        optional string country_code = 5;
        Returns:
        Whether the countryCode field is set.
      • getCountryCode

        java.lang.String getCountryCode()
         Two-letter upper-case country code of the product bidding category. It must
         match the campaign.shopping_setting.sales_country field.
         
        optional string country_code = 5;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Two-letter upper-case country code of the product bidding category. It must
         match the campaign.shopping_setting.sales_country field.
         
        optional string country_code = 5;
        Returns:
        The bytes for countryCode.
      • getLevelValue

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