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
Modifier and TypeMethodDescriptiongetLocations(int index) Required.intRequired.Required.getLocationsOrBuilder(int index) Required.List<? extends LocationInfoOrBuilder>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
-
getLocationsList
List<LocationInfo> getLocationsList()Required. Locations.
repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getLocations
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
Required. Locations.
repeated .google.ads.googleads.v18.common.LocationInfo locations = 1 [(.google.api.field_behavior) = REQUIRED];
-