Interface GenerateSuggestedTargetingInsightsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateSuggestedTargetingInsightsResponse,GenerateSuggestedTargetingInsightsResponse.Builder
public interface GenerateSuggestedTargetingInsightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSuggestions(int index) Suggested insights for targetable audiences.intSuggested insights for targetable audiences.Suggested insights for targetable audiences.getSuggestionsOrBuilder(int index) Suggested insights for targetable audiences.List<? extends TargetingSuggestionMetricsOrBuilder>Suggested insights for targetable audiences.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
-
getSuggestionsList
List<TargetingSuggestionMetrics> getSuggestionsList()Suggested insights for targetable audiences.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestions
Suggested insights for targetable audiences.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsCount
int getSuggestionsCount()Suggested insights for targetable audiences.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsOrBuilderList
List<? extends TargetingSuggestionMetricsOrBuilder> getSuggestionsOrBuilderList()Suggested insights for targetable audiences.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsOrBuilder
Suggested insights for targetable audiences.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1;
-