Interface SearchTopicsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchTopics, SearchTopics.Builder

public interface SearchTopicsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEntitiesList

      List<AudienceInsightsEntity> getEntitiesList()
       Required. A list of knowledge graph entities to retrieve trend information
       for. Supported entities are tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntities

      AudienceInsightsEntity getEntities(int index)
       Required. A list of knowledge graph entities to retrieve trend information
       for. Supported entities are tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntitiesCount

      int getEntitiesCount()
       Required. A list of knowledge graph entities to retrieve trend information
       for. Supported entities are tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntitiesOrBuilderList

      List<? extends AudienceInsightsEntityOrBuilder> getEntitiesOrBuilderList()
       Required. A list of knowledge graph entities to retrieve trend information
       for. Supported entities are tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntitiesOrBuilder

      AudienceInsightsEntityOrBuilder getEntitiesOrBuilder(int index)
       Required. A list of knowledge graph entities to retrieve trend information
       for. Supported entities are tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];