Interface GenerateKeywordHistoricalMetricsResponseOrBuilder

    • Method Detail

      • getResultsList

        java.util.List<GenerateKeywordHistoricalMetricsResult> getResultsList()
         List of keywords and their historical metrics.
         
        repeated .google.ads.googleads.v14.services.GenerateKeywordHistoricalMetricsResult results = 1;
      • getResults

        GenerateKeywordHistoricalMetricsResult getResults​(int index)
         List of keywords and their historical metrics.
         
        repeated .google.ads.googleads.v14.services.GenerateKeywordHistoricalMetricsResult results = 1;
      • getResultsCount

        int getResultsCount()
         List of keywords and their historical metrics.
         
        repeated .google.ads.googleads.v14.services.GenerateKeywordHistoricalMetricsResult results = 1;
      • getResultsOrBuilderList

        java.util.List<? extends GenerateKeywordHistoricalMetricsResultOrBuilder> getResultsOrBuilderList()
         List of keywords and their historical metrics.
         
        repeated .google.ads.googleads.v14.services.GenerateKeywordHistoricalMetricsResult results = 1;
      • getResultsOrBuilder

        GenerateKeywordHistoricalMetricsResultOrBuilder getResultsOrBuilder​(int index)
         List of keywords and their historical metrics.
         
        repeated .google.ads.googleads.v14.services.GenerateKeywordHistoricalMetricsResult results = 1;
      • hasAggregateMetricResults

        boolean hasAggregateMetricResults()
         The aggregate metrics for all keywords.
         
        .google.ads.googleads.v14.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
        Returns:
        Whether the aggregateMetricResults field is set.
      • getAggregateMetricResults

        KeywordPlanAggregateMetricResults getAggregateMetricResults()
         The aggregate metrics for all keywords.
         
        .google.ads.googleads.v14.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
        Returns:
        The aggregateMetricResults.
      • getAggregateMetricResultsOrBuilder

        KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
         The aggregate metrics for all keywords.
         
        .google.ads.googleads.v14.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;