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 Summary
Modifier and TypeMethodDescriptiongetMapsLocations(int index) Required.intRequired.Required.getMapsLocationsOrBuilder(int index) Required.List<? extends MapsLocationInfoOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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];
-