Interface GenerateCreatorInsightsRequest.SearchBrandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateCreatorInsightsRequest.SearchBrand, GenerateCreatorInsightsRequest.SearchBrand.Builder
Enclosing class:
GenerateCreatorInsightsRequest

public static interface GenerateCreatorInsightsRequest.SearchBrandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBrandEntitiesList

      List<AudienceInsightsAttribute> getBrandEntitiesList()
       Optional. One or more Knowledge Graph Entities that represent the brand
       for which to find insights.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBrandEntities

      AudienceInsightsAttribute getBrandEntities(int index)
       Optional. One or more Knowledge Graph Entities that represent the brand
       for which to find insights.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBrandEntitiesCount

      int getBrandEntitiesCount()
       Optional. One or more Knowledge Graph Entities that represent the brand
       for which to find insights.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBrandEntitiesOrBuilderList

      List<? extends AudienceInsightsAttributeOrBuilder> getBrandEntitiesOrBuilderList()
       Optional. One or more Knowledge Graph Entities that represent the brand
       for which to find insights.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBrandEntitiesOrBuilder

      AudienceInsightsAttributeOrBuilder getBrandEntitiesOrBuilder(int index)
       Optional. One or more Knowledge Graph Entities that represent the brand
       for which to find insights.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getIncludeRelatedTopics

      boolean getIncludeRelatedTopics()
       Optional. When true, we will expand the search to beyond just the
       entities specified in [brand_entities] to other related knowledge graph
       entities similar to the brand. The default value is `false`.
       
      bool include_related_topics = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The includeRelatedTopics.