Interface AudienceInsightsTopicOrBuilder

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

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

    • hasEntity

      boolean hasEntity()
       A Knowledge Graph entity
       
      .google.ads.googleads.v18.services.AudienceInsightsEntity entity = 1;
      Returns:
      Whether the entity field is set.
    • getEntity

       A Knowledge Graph entity
       
      .google.ads.googleads.v18.services.AudienceInsightsEntity entity = 1;
      Returns:
      The entity.
    • getEntityOrBuilder

      AudienceInsightsEntityOrBuilder getEntityOrBuilder()
       A Knowledge Graph entity
       
      .google.ads.googleads.v18.services.AudienceInsightsEntity entity = 1;
    • hasCategory

      boolean hasCategory()
       A Product & Service category
       
      .google.ads.googleads.v18.services.AudienceInsightsCategory category = 2;
      Returns:
      Whether the category field is set.
    • getCategory

       A Product & Service category
       
      .google.ads.googleads.v18.services.AudienceInsightsCategory category = 2;
      Returns:
      The category.
    • getCategoryOrBuilder

      AudienceInsightsCategoryOrBuilder getCategoryOrBuilder()
       A Product & Service category
       
      .google.ads.googleads.v18.services.AudienceInsightsCategory category = 2;
    • getTopicCase