All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AssetGroupAssetCombinationDataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_group_top_combination_view.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AssetGroupAssetCombinationDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupAssetCombinationData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Served assets.
   * 
* * repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getAssetCombinationServedAssetsList(); /** *
   * Output only. Served assets.
   * 
* * repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.AssetUsage getAssetCombinationServedAssets(int index); /** *
   * Output only. Served assets.
   * 
* * repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getAssetCombinationServedAssetsCount(); /** *
   * Output only. Served assets.
   * 
* * repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getAssetCombinationServedAssetsOrBuilderList(); /** *
   * Output only. Served assets.
   * 
* * repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.AssetUsageOrBuilder getAssetCombinationServedAssetsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy