Interface KeywordPlanAggregateMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
KeywordPlanAggregateMetrics, KeywordPlanAggregateMetrics.Builder

public interface KeywordPlanAggregateMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAggregateMetricTypesList

       The list of aggregate metrics to fetch data.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
      Returns:
      A list containing the aggregateMetricTypes.
    • getAggregateMetricTypesCount

      int getAggregateMetricTypesCount()
       The list of aggregate metrics to fetch data.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
      Returns:
      The count of aggregateMetricTypes.
    • getAggregateMetricTypes

       The list of aggregate metrics to fetch data.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The aggregateMetricTypes at the given index.
    • getAggregateMetricTypesValueList

      List<Integer> getAggregateMetricTypesValueList()
       The list of aggregate metrics to fetch data.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
      Returns:
      A list containing the enum numeric values on the wire for aggregateMetricTypes.
    • getAggregateMetricTypesValue

      int getAggregateMetricTypesValue(int index)
       The list of aggregate metrics to fetch data.
       
      repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of aggregateMetricTypes at the given index.