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 Type
    Method
    Description
    getTrendInsights(int index)
    The list of trending insights for the given criteria.
    int
    The list of trending insights for the given criteria.
    The list of trending insights for the given criteria.
    The list of trending insights for the given criteria.
    The list of trending insights for the given criteria.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      TrendInsight getTrendInsights(int index)
       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

      TrendInsightOrBuilder getTrendInsightsOrBuilder(int index)
       The list of trending insights for the given criteria.
       
      repeated .google.ads.googleads.v21.services.TrendInsight trend_insights = 1;