Interface AssetCoverageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AssetCoverage, AssetCoverage.Builder

public interface AssetCoverageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAdStrengthActionItemsList

      List<AdStrengthActionItem> getAdStrengthActionItemsList()
       Output only. A list of action items to improve the ad strength of an asset
       group.
       
      repeated .google.ads.googleads.v19.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAdStrengthActionItems

      AdStrengthActionItem getAdStrengthActionItems(int index)
       Output only. A list of action items to improve the ad strength of an asset
       group.
       
      repeated .google.ads.googleads.v19.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAdStrengthActionItemsCount

      int getAdStrengthActionItemsCount()
       Output only. A list of action items to improve the ad strength of an asset
       group.
       
      repeated .google.ads.googleads.v19.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAdStrengthActionItemsOrBuilderList

      List<? extends AdStrengthActionItemOrBuilder> getAdStrengthActionItemsOrBuilderList()
       Output only. A list of action items to improve the ad strength of an asset
       group.
       
      repeated .google.ads.googleads.v19.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAdStrengthActionItemsOrBuilder

      AdStrengthActionItemOrBuilder getAdStrengthActionItemsOrBuilder(int index)
       Output only. A list of action items to improve the ad strength of an asset
       group.
       
      repeated .google.ads.googleads.v19.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];