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
Modifier and TypeMethodDescriptiongetBrands(int index) Generated brand suggestions of verified brands for the given prefix.intGenerated brand suggestions of verified brands for the given prefix.Generated brand suggestions of verified brands for the given prefix.getBrandsOrBuilder(int index) Generated brand suggestions of verified brands for the given prefix.List<? extends BrandSuggestionOrBuilder>Generated brand suggestions of verified brands for the given prefix.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
-
getBrandsList
List<BrandSuggestion> getBrandsList()Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1; -
getBrands
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1; -
getBrandsCount
int getBrandsCount()Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1; -
getBrandsOrBuilderList
List<? extends BrandSuggestionOrBuilder> getBrandsOrBuilderList()Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1; -
getBrandsOrBuilder
Generated brand suggestions of verified brands for the given prefix.
repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1;
-