Interface ListPlannableLocationsResponseOrBuilder

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

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

    • getPlannableLocationsList

      List<PlannableLocation> getPlannableLocationsList()
       The list of locations available for planning.
       See
       https://developers.google.com/google-ads/api/reference/data/geotargets
       for sample locations.
       
      repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;
    • getPlannableLocations

      PlannableLocation getPlannableLocations(int index)
       The list of locations available for planning.
       See
       https://developers.google.com/google-ads/api/reference/data/geotargets
       for sample locations.
       
      repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;
    • getPlannableLocationsCount

      int getPlannableLocationsCount()
       The list of locations available for planning.
       See
       https://developers.google.com/google-ads/api/reference/data/geotargets
       for sample locations.
       
      repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;
    • getPlannableLocationsOrBuilderList

      List<? extends PlannableLocationOrBuilder> getPlannableLocationsOrBuilderList()
       The list of locations available for planning.
       See
       https://developers.google.com/google-ads/api/reference/data/geotargets
       for sample locations.
       
      repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;
    • getPlannableLocationsOrBuilder

      PlannableLocationOrBuilder getPlannableLocationsOrBuilder(int index)
       The list of locations available for planning.
       See
       https://developers.google.com/google-ads/api/reference/data/geotargets
       for sample locations.
       
      repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;