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
Modifier and TypeMethodDescriptiongetAssetCombinationServedAssets(int index) Output only.intOutput only.Output only.getAssetCombinationServedAssetsOrBuilder(int index) Output only.List<? extends AssetUsageOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-