Interface Recommendation.ShoppingTargetAllOffersRecommendationOrBuilder

    • Method Detail

      • hasMerchant

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

        Recommendation.MerchantInfo getMerchant()
         Output only. The details of the Merchant Center account.
         
        .google.ads.googleads.v15.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.v15.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUntargetedOffersCount

        long getUntargetedOffersCount()
         Output only. The number of untargeted offers.
         
        int64 untargeted_offers_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The untargetedOffersCount.
      • getFeedLabel

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

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