Interface GenerateTrendingInsightsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateTrendingInsightsResponse,GenerateTrendingInsightsResponse.Builder
public interface GenerateTrendingInsightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTrendInsights(int index) The list of trending insights for the given criteria.intThe list of trending insights for the given criteria.The list of trending insights for the given criteria.getTrendInsightsOrBuilder(int index) The list of trending insights for the given criteria.List<? extends TrendInsightOrBuilder>The list of trending insights for the given criteria.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
-
getTrendInsightsList
List<TrendInsight> getTrendInsightsList()The list of trending insights for the given criteria.
repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1; -
getTrendInsights
The list of trending insights for the given criteria.
repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1; -
getTrendInsightsCount
int getTrendInsightsCount()The list of trending insights for the given criteria.
repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1; -
getTrendInsightsOrBuilderList
List<? extends TrendInsightOrBuilder> getTrendInsightsOrBuilderList()The list of trending insights for the given criteria.
repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1; -
getTrendInsightsOrBuilder
The list of trending insights for the given criteria.
repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1;
-