Interface GenerateAdGroupThemesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAdGroupThemesResponse,GenerateAdGroupThemesResponse.Builder
public interface GenerateAdGroupThemesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAdGroupKeywordSuggestions(int index) A list of suggested AdGroup/keyword pairings.intA list of suggested AdGroup/keyword pairings.A list of suggested AdGroup/keyword pairings.getAdGroupKeywordSuggestionsOrBuilder(int index) A list of suggested AdGroup/keyword pairings.List<? extends AdGroupKeywordSuggestionOrBuilder>A list of suggested AdGroup/keyword pairings.getUnusableAdGroups(int index) A list of provided AdGroups that could not be used as suggestions.intA list of provided AdGroups that could not be used as suggestions.A list of provided AdGroups that could not be used as suggestions.getUnusableAdGroupsOrBuilder(int index) A list of provided AdGroups that could not be used as suggestions.List<? extends UnusableAdGroupOrBuilder>A list of provided AdGroups that could not be used as suggestions.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
-
getAdGroupKeywordSuggestionsList
List<AdGroupKeywordSuggestion> getAdGroupKeywordSuggestionsList()A list of suggested AdGroup/keyword pairings.
repeated .google.ads.googleads.v18.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1; -
getAdGroupKeywordSuggestions
A list of suggested AdGroup/keyword pairings.
repeated .google.ads.googleads.v18.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1; -
getAdGroupKeywordSuggestionsCount
int getAdGroupKeywordSuggestionsCount()A list of suggested AdGroup/keyword pairings.
repeated .google.ads.googleads.v18.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1; -
getAdGroupKeywordSuggestionsOrBuilderList
List<? extends AdGroupKeywordSuggestionOrBuilder> getAdGroupKeywordSuggestionsOrBuilderList()A list of suggested AdGroup/keyword pairings.
repeated .google.ads.googleads.v18.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1; -
getAdGroupKeywordSuggestionsOrBuilder
A list of suggested AdGroup/keyword pairings.
repeated .google.ads.googleads.v18.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1; -
getUnusableAdGroupsList
List<UnusableAdGroup> getUnusableAdGroupsList()A list of provided AdGroups that could not be used as suggestions.
repeated .google.ads.googleads.v18.services.UnusableAdGroup unusable_ad_groups = 2; -
getUnusableAdGroups
A list of provided AdGroups that could not be used as suggestions.
repeated .google.ads.googleads.v18.services.UnusableAdGroup unusable_ad_groups = 2; -
getUnusableAdGroupsCount
int getUnusableAdGroupsCount()A list of provided AdGroups that could not be used as suggestions.
repeated .google.ads.googleads.v18.services.UnusableAdGroup unusable_ad_groups = 2; -
getUnusableAdGroupsOrBuilderList
List<? extends UnusableAdGroupOrBuilder> getUnusableAdGroupsOrBuilderList()A list of provided AdGroups that could not be used as suggestions.
repeated .google.ads.googleads.v18.services.UnusableAdGroup unusable_ad_groups = 2; -
getUnusableAdGroupsOrBuilder
A list of provided AdGroups that could not be used as suggestions.
repeated .google.ads.googleads.v18.services.UnusableAdGroup unusable_ad_groups = 2;
-