Interface AssetGroupAssetCombinationDataOrBuilder

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

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

    • getAssetCombinationServedAssetsList

      List<AssetUsage> getAssetCombinationServedAssetsList()
       Output only. Served assets.
       
      repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAssetCombinationServedAssets

      AssetUsage getAssetCombinationServedAssets(int index)
       Output only. Served assets.
       
      repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAssetCombinationServedAssetsCount

      int getAssetCombinationServedAssetsCount()
       Output only. Served assets.
       
      repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAssetCombinationServedAssetsOrBuilderList

      List<? extends AssetUsageOrBuilder> getAssetCombinationServedAssetsOrBuilderList()
       Output only. Served assets.
       
      repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getAssetCombinationServedAssetsOrBuilder

      AssetUsageOrBuilder getAssetCombinationServedAssetsOrBuilder(int index)
       Output only. Served assets.
       
      repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];