Interface Recommendation.ShoppingOfferAttributeRecommendationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.ShoppingOfferAttributeRecommendation, Recommendation.ShoppingOfferAttributeRecommendation.Builder
Enclosing class:
Recommendation

public static interface Recommendation.ShoppingOfferAttributeRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMerchant

      boolean hasMerchant()
       Output only. The details of the Merchant Center account.
       
      .google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the merchant field is set.
    • getMerchant

       Output only. The details of the Merchant Center account.
       
      .google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The merchant.
    • getMerchantOrBuilder

      Recommendation.MerchantInfoOrBuilder getMerchantOrBuilder()
       Output only. The details of the Merchant Center account.
       
      .google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFeedLabel

      String getFeedLabel()
       Output only. The campaign feed label.
       
      string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The feedLabel.
    • getFeedLabelBytes

      com.google.protobuf.ByteString getFeedLabelBytes()
       Output only. The campaign feed label.
       
      string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for feedLabel.
    • getOffersCount

      long getOffersCount()
       Output only. The number of online, servable offers.
       
      int64 offers_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The offersCount.
    • getDemotedOffersCount

      long getDemotedOffersCount()
       Output only. The number of online, servable offers that are demoted for
       missing attributes. Visit the Merchant Center for more details.
       
      int64 demoted_offers_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The demotedOffersCount.