Interface TrendInsightOrBuilder

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

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

    • hasTrendAttribute

      boolean hasTrendAttribute()
       The attribute this trend is for.
       
      .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata trend_attribute = 1;
      Returns:
      Whether the trendAttribute field is set.
    • getTrendAttribute

       The attribute this trend is for.
       
      .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata trend_attribute = 1;
      Returns:
      The trendAttribute.
    • getTrendAttributeOrBuilder

      AudienceInsightsAttributeMetadataOrBuilder getTrendAttributeOrBuilder()
       The attribute this trend is for.
       
      .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata trend_attribute = 1;
    • hasTrendMetrics

      boolean hasTrendMetrics()
       Metrics associated with this trend.
       
      .google.ads.googleads.v22.services.TrendInsightMetrics trend_metrics = 2;
      Returns:
      Whether the trendMetrics field is set.
    • getTrendMetrics

      TrendInsightMetrics getTrendMetrics()
       Metrics associated with this trend.
       
      .google.ads.googleads.v22.services.TrendInsightMetrics trend_metrics = 2;
      Returns:
      The trendMetrics.
    • getTrendMetricsOrBuilder

      TrendInsightMetricsOrBuilder getTrendMetricsOrBuilder()
       Metrics associated with this trend.
       
      .google.ads.googleads.v22.services.TrendInsightMetrics trend_metrics = 2;
    • getTrendValue

      int getTrendValue()
       The direction of trend (such as RISING or DECLINING).
       
      .google.ads.googleads.v22.enums.InsightsTrendEnum.InsightsTrend trend = 3;
      Returns:
      The enum numeric value on the wire for trend.
    • getTrend

       The direction of trend (such as RISING or DECLINING).
       
      .google.ads.googleads.v22.enums.InsightsTrendEnum.InsightsTrend trend = 3;
      Returns:
      The trend.
    • getRelatedVideosList

      List<AudienceInsightsAttributeMetadata> getRelatedVideosList()
       Related videos for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata related_videos = 4;
    • getRelatedVideos

      AudienceInsightsAttributeMetadata getRelatedVideos(int index)
       Related videos for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata related_videos = 4;
    • getRelatedVideosCount

      int getRelatedVideosCount()
       Related videos for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata related_videos = 4;
    • getRelatedVideosOrBuilderList

      List<? extends AudienceInsightsAttributeMetadataOrBuilder> getRelatedVideosOrBuilderList()
       Related videos for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata related_videos = 4;
    • getRelatedVideosOrBuilder

      AudienceInsightsAttributeMetadataOrBuilder getRelatedVideosOrBuilder(int index)
       Related videos for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata related_videos = 4;
    • getRelatedCreatorsList

      List<YouTubeCreatorInsights> getRelatedCreatorsList()
       Related creators for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;
    • getRelatedCreators

      YouTubeCreatorInsights getRelatedCreators(int index)
       Related creators for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;
    • getRelatedCreatorsCount

      int getRelatedCreatorsCount()
       Related creators for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;
    • getRelatedCreatorsOrBuilderList

      List<? extends YouTubeCreatorInsightsOrBuilder> getRelatedCreatorsOrBuilderList()
       Related creators for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;
    • getRelatedCreatorsOrBuilder

      YouTubeCreatorInsightsOrBuilder getRelatedCreatorsOrBuilder(int index)
       Related creators for this topic. Only populated for trends using
       search_topics.
       
      repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;