Interface MapsLocationSetOrBuilder

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

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

    • getMapsLocationsList

      List<MapsLocationInfo> getMapsLocationsList()
       Required. A list of maps location info that user manually synced in.
       
      repeated .google.ads.googleads.v18.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMapsLocations

      MapsLocationInfo getMapsLocations(int index)
       Required. A list of maps location info that user manually synced in.
       
      repeated .google.ads.googleads.v18.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMapsLocationsCount

      int getMapsLocationsCount()
       Required. A list of maps location info that user manually synced in.
       
      repeated .google.ads.googleads.v18.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMapsLocationsOrBuilderList

      List<? extends MapsLocationInfoOrBuilder> getMapsLocationsOrBuilderList()
       Required. A list of maps location info that user manually synced in.
       
      repeated .google.ads.googleads.v18.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMapsLocationsOrBuilder

      MapsLocationInfoOrBuilder getMapsLocationsOrBuilder(int index)
       Required. A list of maps location info that user manually synced in.
       
      repeated .google.ads.googleads.v18.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];