Interface SmartCampaignSuggestionInfo.LocationListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SmartCampaignSuggestionInfo.LocationList, SmartCampaignSuggestionInfo.LocationList.Builder
Enclosing class:
SmartCampaignSuggestionInfo

public static interface SmartCampaignSuggestionInfo.LocationListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLocationsList

      List<LocationInfo> getLocationsList()
       Required. Locations.
       
      repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getLocations

      LocationInfo getLocations(int index)
       Required. Locations.
       
      repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getLocationsCount

      int getLocationsCount()
       Required. Locations.
       
      repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getLocationsOrBuilderList

      List<? extends LocationInfoOrBuilder> getLocationsOrBuilderList()
       Required. Locations.
       
      repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getLocationsOrBuilder

      LocationInfoOrBuilder getLocationsOrBuilder(int index)
       Required. Locations.
       
      repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];