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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationInfogetLocations(int index)Required.intgetLocationsCount()Required.java.util.List<LocationInfo>getLocationsList()Required.LocationInfoOrBuildergetLocationsOrBuilder(int index)Required.java.util.List<? extends LocationInfoOrBuilder>getLocationsOrBuilderList()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationsList
java.util.List<LocationInfo> getLocationsList()
Required. Locations.
repeated .google.ads.googleads.v10.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-
getLocations
LocationInfo getLocations(int index)
Required. Locations.
repeated .google.ads.googleads.v10.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-
getLocationsCount
int getLocationsCount()
Required. Locations.
repeated .google.ads.googleads.v10.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-
getLocationsOrBuilderList
java.util.List<? extends LocationInfoOrBuilder> getLocationsOrBuilderList()
Required. Locations.
repeated .google.ads.googleads.v10.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-
getLocationsOrBuilder
LocationInfoOrBuilder getLocationsOrBuilder(int index)
Required. Locations.
repeated .google.ads.googleads.v10.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-
-