Interface Recommendation.ShoppingAddProductsToCampaignRecommendationOrBuilder

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

public static interface Recommendation.ShoppingAddProductsToCampaignRecommendationOrBuilder 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 feed label for the campaign.
       
      string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The feedLabel.
    • getFeedLabelBytes

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

      int getReasonValue()
       Output only. The reason why no products are attached to the campaign.
       
      .google.ads.googleads.v18.enums.ShoppingAddProductsToCampaignRecommendationEnum.Reason reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

       Output only. The reason why no products are attached to the campaign.
       
      .google.ads.googleads.v18.enums.ShoppingAddProductsToCampaignRecommendationEnum.Reason reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The reason.