Interface SuggestGeoTargetConstantsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestGeoTargetConstantsResponse,SuggestGeoTargetConstantsResponse.Builder
public interface SuggestGeoTargetConstantsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGeoTargetConstantSuggestions(int index) Geo target constant suggestions.intGeo target constant suggestions.Geo target constant suggestions.getGeoTargetConstantSuggestionsOrBuilder(int index) Geo target constant suggestions.List<? extends GeoTargetConstantSuggestionOrBuilder>Geo target constant suggestions.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
-
getGeoTargetConstantSuggestionsList
List<GeoTargetConstantSuggestion> getGeoTargetConstantSuggestionsList()Geo target constant suggestions.
repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1; -
getGeoTargetConstantSuggestions
Geo target constant suggestions.
repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1; -
getGeoTargetConstantSuggestionsCount
int getGeoTargetConstantSuggestionsCount()Geo target constant suggestions.
repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1; -
getGeoTargetConstantSuggestionsOrBuilderList
List<? extends GeoTargetConstantSuggestionOrBuilder> getGeoTargetConstantSuggestionsOrBuilderList()Geo target constant suggestions.
repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1; -
getGeoTargetConstantSuggestionsOrBuilder
Geo target constant suggestions.
repeated .google.ads.googleads.v18.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
-