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 Type
    Method
    Description
    getBrands(int index)
    Generated brand suggestions of verified brands for the given prefix.
    int
    Generated 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.
    Generated brand suggestions of verified brands for the given prefix.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      BrandSuggestion getBrands(int index)
       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

      BrandSuggestionOrBuilder getBrandsOrBuilder(int index)
       Generated brand suggestions of verified brands for the given prefix.
       
      repeated .google.ads.googleads.v18.services.BrandSuggestion brands = 1;