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 Detail

      • getMapsLocationsList

        java.util.List<MapsLocationInfo> getMapsLocationsList()
         Required. A list of maps location info that user manually synced in.
         
        repeated .google.ads.googleads.v13.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.v13.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.v13.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
      • getMapsLocationsOrBuilderList

        java.util.List<? extends MapsLocationInfoOrBuilder> getMapsLocationsOrBuilderList()
         Required. A list of maps location info that user manually synced in.
         
        repeated .google.ads.googleads.v13.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.v13.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];