Interface GenerateTargetingSuggestionMetricsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateTargetingSuggestionMetricsResponse,GenerateTargetingSuggestionMetricsResponse.Builder
public interface GenerateTargetingSuggestionMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSuggestions(int index) Suggested targetable audiences.intSuggested targetable audiences.Suggested targetable audiences.getSuggestionsOrBuilder(int index) Suggested targetable audiences.List<? extends TargetingSuggestionMetricsOrBuilder>Suggested 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 targetable audiences. There will be one suggestion for each [GenerateTargetingSuggestionMetricsRequest.audiences] requested, matching the order requested.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestions
Suggested targetable audiences. There will be one suggestion for each [GenerateTargetingSuggestionMetricsRequest.audiences] requested, matching the order requested.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsCount
int getSuggestionsCount()Suggested targetable audiences. There will be one suggestion for each [GenerateTargetingSuggestionMetricsRequest.audiences] requested, matching the order requested.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsOrBuilderList
List<? extends TargetingSuggestionMetricsOrBuilder> getSuggestionsOrBuilderList()Suggested targetable audiences. There will be one suggestion for each [GenerateTargetingSuggestionMetricsRequest.audiences] requested, matching the order requested.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1; -
getSuggestionsOrBuilder
Suggested targetable audiences. There will be one suggestion for each [GenerateTargetingSuggestionMetricsRequest.audiences] requested, matching the order requested.
repeated .google.ads.googleads.v18.services.TargetingSuggestionMetrics suggestions = 1;
-