Interface SuggestGeoTargetConstantsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestGeoTargetConstantsResponse, SuggestGeoTargetConstantsResponse.Builder

public interface SuggestGeoTargetConstantsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGeoTargetConstantSuggestionsList

      List<GeoTargetConstantSuggestion> getGeoTargetConstantSuggestionsList()
       Geo target constant suggestions.
       
      repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
    • getGeoTargetConstantSuggestions

      GeoTargetConstantSuggestion getGeoTargetConstantSuggestions(int index)
       Geo target constant suggestions.
       
      repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
    • getGeoTargetConstantSuggestionsCount

      int getGeoTargetConstantSuggestionsCount()
       Geo target constant suggestions.
       
      repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
    • getGeoTargetConstantSuggestionsOrBuilderList

      List<? extends GeoTargetConstantSuggestionOrBuilder> getGeoTargetConstantSuggestionsOrBuilderList()
       Geo target constant suggestions.
       
      repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
    • getGeoTargetConstantSuggestionsOrBuilder

      GeoTargetConstantSuggestionOrBuilder getGeoTargetConstantSuggestionsOrBuilder(int index)
       Geo target constant suggestions.
       
      repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;