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.v19.common.AudienceInsightsAttributeMetadata trend_attribute = 1;
      Returns:
      Whether the trendAttribute field is set.
    • getTrendAttribute

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

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

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

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

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

      int getTrendValue()
       The direction of trend (such as RISING or DECLINING).
       
      .google.ads.googleads.v19.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.v19.enums.InsightsTrendEnum.InsightsTrend trend = 3;
      Returns:
      The trend.