Interface ListPlannableLocationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPlannableLocationsResponse,ListPlannableLocationsResponse.Builder
public interface ListPlannableLocationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlannableLocations(int index) The list of locations available for planning.intThe list of locations available for planning.The list of locations available for planning.getPlannableLocationsOrBuilder(int index) The list of locations available for planning.List<? extends PlannableLocationOrBuilder>The list of locations available for planning.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
-
getPlannableLocationsList
List<PlannableLocation> getPlannableLocationsList()The list of locations available for planning. See https://developers.google.com/google-ads/api/reference/data/geotargets for sample locations.
repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1; -
getPlannableLocations
The list of locations available for planning. See https://developers.google.com/google-ads/api/reference/data/geotargets for sample locations.
repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1; -
getPlannableLocationsCount
int getPlannableLocationsCount()The list of locations available for planning. See https://developers.google.com/google-ads/api/reference/data/geotargets for sample locations.
repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1; -
getPlannableLocationsOrBuilderList
List<? extends PlannableLocationOrBuilder> getPlannableLocationsOrBuilderList()The list of locations available for planning. See https://developers.google.com/google-ads/api/reference/data/geotargets for sample locations.
repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1; -
getPlannableLocationsOrBuilder
The list of locations available for planning. See https://developers.google.com/google-ads/api/reference/data/geotargets for sample locations.
repeated .google.ads.googleads.v18.services.PlannableLocation plannable_locations = 1;
-