Interface AssetCoverageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetCoverage,AssetCoverage.Builder
public interface AssetCoverageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAdStrengthActionItems(int index) Output only.intOutput only.Output only.getAdStrengthActionItemsOrBuilder(int index) Output only.List<? extends AdStrengthActionItemOrBuilder>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
-
getAdStrengthActionItemsList
List<AdStrengthActionItem> getAdStrengthActionItemsList()Output only. A list of action items to improve the ad strength of an asset group.
repeated .google.ads.googleads.v20.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAdStrengthActionItems
Output only. A list of action items to improve the ad strength of an asset group.
repeated .google.ads.googleads.v20.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAdStrengthActionItemsCount
int getAdStrengthActionItemsCount()Output only. A list of action items to improve the ad strength of an asset group.
repeated .google.ads.googleads.v20.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAdStrengthActionItemsOrBuilderList
List<? extends AdStrengthActionItemOrBuilder> getAdStrengthActionItemsOrBuilderList()Output only. A list of action items to improve the ad strength of an asset group.
repeated .google.ads.googleads.v20.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAdStrengthActionItemsOrBuilder
Output only. A list of action items to improve the ad strength of an asset group.
repeated .google.ads.googleads.v20.resources.AdStrengthActionItem ad_strength_action_items = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-