Interface SuggestBrandsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestBrandsResponse,SuggestBrandsResponse.Builder
public interface SuggestBrandsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrandSuggestiongetBrands(int index)Generated brand suggestions of verified brands for the given prefix.intgetBrandsCount()Generated brand suggestions of verified brands for the given prefix.java.util.List<BrandSuggestion>getBrandsList()Generated brand suggestions of verified brands for the given prefix.BrandSuggestionOrBuildergetBrandsOrBuilder(int index)Generated brand suggestions of verified brands for the given prefix.java.util.List<? extends BrandSuggestionOrBuilder>getBrandsOrBuilderList()Generated brand suggestions of verified brands for the given prefix.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBrandsList
java.util.List<BrandSuggestion> getBrandsList()
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v15.services.BrandSuggestion brands = 1;
-
getBrands
BrandSuggestion getBrands(int index)
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v15.services.BrandSuggestion brands = 1;
-
getBrandsCount
int getBrandsCount()
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v15.services.BrandSuggestion brands = 1;
-
getBrandsOrBuilderList
java.util.List<? extends BrandSuggestionOrBuilder> getBrandsOrBuilderList()
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v15.services.BrandSuggestion brands = 1;
-
getBrandsOrBuilder
BrandSuggestionOrBuilder getBrandsOrBuilder(int index)
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v15.services.BrandSuggestion brands = 1;
-
-