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 Summary
Modifier and TypeMethodDescriptiongetTrend()The direction of trend (such as RISING or DECLINING).The attribute this trend is for.The attribute this trend is for.Metrics associated with this trend.Metrics associated with this trend.intThe direction of trend (such as RISING or DECLINING).booleanThe attribute this trend is for.booleanMetrics associated with this trend.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTrendAttribute
boolean hasTrendAttribute()The attribute this trend is for.
.google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata trend_attribute = 1;- Returns:
- Whether the trendAttribute field is set.
-
getTrendAttribute
AudienceInsightsAttributeMetadata getTrendAttribute()The attribute this trend is for.
.google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata trend_attribute = 1;- Returns:
- The trendAttribute.
-
getTrendAttributeOrBuilder
AudienceInsightsAttributeMetadataOrBuilder getTrendAttributeOrBuilder()The attribute this trend is for.
.google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata trend_attribute = 1; -
hasTrendMetrics
boolean hasTrendMetrics()Metrics associated with this trend.
.google.ads.googleads.v20.services.TrendInsightMetrics trend_metrics = 2;- Returns:
- Whether the trendMetrics field is set.
-
getTrendMetrics
TrendInsightMetrics getTrendMetrics()Metrics associated with this trend.
.google.ads.googleads.v20.services.TrendInsightMetrics trend_metrics = 2;- Returns:
- The trendMetrics.
-
getTrendMetricsOrBuilder
TrendInsightMetricsOrBuilder getTrendMetricsOrBuilder()Metrics associated with this trend.
.google.ads.googleads.v20.services.TrendInsightMetrics trend_metrics = 2; -
getTrendValue
int getTrendValue()The direction of trend (such as RISING or DECLINING).
.google.ads.googleads.v20.enums.InsightsTrendEnum.InsightsTrend trend = 3;- Returns:
- The enum numeric value on the wire for trend.
-
getTrend
InsightsTrendEnum.InsightsTrend getTrend()The direction of trend (such as RISING or DECLINING).
.google.ads.googleads.v20.enums.InsightsTrendEnum.InsightsTrend trend = 3;- Returns:
- The trend.
-