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 TypeMethodDescriptiongetRelatedCreators(int index) Related creators for this topic.intRelated creators for this topic.Related creators for this topic.getRelatedCreatorsOrBuilder(int index) Related creators for this topic.List<? extends YouTubeCreatorInsightsOrBuilder>Related creators for this topic.getRelatedVideos(int index) Related videos for this topic.intRelated videos for this topic.Related videos for this topic.getRelatedVideosOrBuilder(int index) Related videos for this topic.List<? extends AudienceInsightsAttributeMetadataOrBuilder>Related videos for this topic.getTrend()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.v22.common.AudienceInsightsAttributeMetadata trend_attribute = 1;- Returns:
- Whether the trendAttribute field is set.
-
getTrendAttribute
AudienceInsightsAttributeMetadata 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
InsightsTrendEnum.InsightsTrend 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
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
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
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
Related creators for this topic. Only populated for trends using search_topics.
repeated .google.ads.googleads.v22.services.YouTubeCreatorInsights related_creators = 5;
-