Interface AdGroupAdAssetCombinationViewOrBuilder

    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Output only. The resource name of the ad group ad asset combination view. The
         combination ID is 128 bits long, where the upper 64 bits are stored in
         asset_combination_id_high, and the lower 64 bits are stored in
         asset_combination_id_low.
         AdGroupAd Asset Combination view resource names have the form:
         `customers/{customer_id}/adGroupAdAssetCombinationViews/{AdGroupAd.ad_group_id}~{AdGroupAd.ad.ad_id}~{AssetCombination.asset_combination_id_low}~{AssetCombination.asset_combination_id_high}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         Output only. The resource name of the ad group ad asset combination view. The
         combination ID is 128 bits long, where the upper 64 bits are stored in
         asset_combination_id_high, and the lower 64 bits are stored in
         asset_combination_id_low.
         AdGroupAd Asset Combination view resource names have the form:
         `customers/{customer_id}/adGroupAdAssetCombinationViews/{AdGroupAd.ad_group_id}~{AdGroupAd.ad.ad_id}~{AssetCombination.asset_combination_id_low}~{AssetCombination.asset_combination_id_high}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • getServedAssetsList

        java.util.List<AssetUsage> getServedAssetsList()
         Output only. Served assets.
         
        repeated .google.ads.googleads.v10.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getServedAssets

        AssetUsage getServedAssets​(int index)
         Output only. Served assets.
         
        repeated .google.ads.googleads.v10.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getServedAssetsCount

        int getServedAssetsCount()
         Output only. Served assets.
         
        repeated .google.ads.googleads.v10.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getServedAssetsOrBuilderList

        java.util.List<? extends AssetUsageOrBuilder> getServedAssetsOrBuilderList()
         Output only. Served assets.
         
        repeated .google.ads.googleads.v10.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getServedAssetsOrBuilder

        AssetUsageOrBuilder getServedAssetsOrBuilder​(int index)
         Output only. Served assets.
         
        repeated .google.ads.googleads.v10.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];