Interface GenerateHistoricalMetricsResponseOrBuilder

    • Method Detail

      • getMetricsList

        java.util.List<KeywordPlanKeywordHistoricalMetrics> getMetricsList()
         List of keyword historical metrics.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
      • getMetrics

        KeywordPlanKeywordHistoricalMetrics getMetrics​(int index)
         List of keyword historical metrics.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
      • getMetricsCount

        int getMetricsCount()
         List of keyword historical metrics.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
      • getMetricsOrBuilderList

        java.util.List<? extends KeywordPlanKeywordHistoricalMetricsOrBuilder> getMetricsOrBuilderList()
         List of keyword historical metrics.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
      • getMetricsOrBuilder

        KeywordPlanKeywordHistoricalMetricsOrBuilder getMetricsOrBuilder​(int index)
         List of keyword historical metrics.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
      • hasAggregateMetricResults

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

        KeywordPlanAggregateMetricResults getAggregateMetricResults()
         The aggregate metrics for all the keywords in the keyword planner plan.
         
        .google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
        Returns:
        The aggregateMetricResults.
      • getAggregateMetricResultsOrBuilder

        KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
         The aggregate metrics for all the keywords in the keyword planner plan.
         
        .google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;