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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetUsagegetAssetCombinationServedAssets(int index)Output only.intgetAssetCombinationServedAssetsCount()Output only.java.util.List<AssetUsage>getAssetCombinationServedAssetsList()Output only.AssetUsageOrBuildergetAssetCombinationServedAssetsOrBuilder(int index)Output only.java.util.List<? extends AssetUsageOrBuilder>getAssetCombinationServedAssetsOrBuilderList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAssetCombinationServedAssetsList
java.util.List<AssetUsage> getAssetCombinationServedAssetsList()
Output only. Served assets.
repeated .google.ads.googleads.v15.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.v15.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetCombinationServedAssetsCount
int getAssetCombinationServedAssetsCount()
Output only. Served assets.
repeated .google.ads.googleads.v15.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetCombinationServedAssetsOrBuilderList
java.util.List<? extends AssetUsageOrBuilder> getAssetCombinationServedAssetsOrBuilderList()
Output only. Served assets.
repeated .google.ads.googleads.v15.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.v15.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-