Interface Recommendation.ImproveDemandGenAdStrengthRecommendationOrBuilder

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

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

    • getAd

      String getAd()
       Output only. The resource name of the ad that can be improved.
       
      string ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The ad.
    • getAdBytes

      com.google.protobuf.ByteString getAdBytes()
       Output only. The resource name of the ad that can be improved.
       
      string ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for ad.
    • getAdStrengthValue

      int getAdStrengthValue()
       Output only. The current ad strength.
       
      .google.ads.googleads.v18.enums.AdStrengthEnum.AdStrength ad_strength = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for adStrength.
    • getAdStrength

      AdStrengthEnum.AdStrength getAdStrength()
       Output only. The current ad strength.
       
      .google.ads.googleads.v18.enums.AdStrengthEnum.AdStrength ad_strength = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The adStrength.
    • getDemandGenAssetActionItemsList

      List<String> getDemandGenAssetActionItemsList()
       Output only. A list of recommendations to improve the ad strength.
       
      repeated string demand_gen_asset_action_items = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      A list containing the demandGenAssetActionItems.
    • getDemandGenAssetActionItemsCount

      int getDemandGenAssetActionItemsCount()
       Output only. A list of recommendations to improve the ad strength.
       
      repeated string demand_gen_asset_action_items = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The count of demandGenAssetActionItems.
    • getDemandGenAssetActionItems

      String getDemandGenAssetActionItems(int index)
       Output only. A list of recommendations to improve the ad strength.
       
      repeated string demand_gen_asset_action_items = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index of the element to return.
      Returns:
      The demandGenAssetActionItems at the given index.
    • getDemandGenAssetActionItemsBytes

      com.google.protobuf.ByteString getDemandGenAssetActionItemsBytes(int index)
       Output only. A list of recommendations to improve the ad strength.
       
      repeated string demand_gen_asset_action_items = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the demandGenAssetActionItems at the given index.