Interface KeywordPlanAggregateMetricsOrBuilder

    • Method Detail

      • getAggregateMetricTypesList

        java.util.List<KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType> getAggregateMetricTypesList()
         The list of aggregate metrics to fetch data.
         
        repeated .google.ads.googleads.v14.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.v14.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;
        Returns:
        The count of aggregateMetricTypes.
      • getAggregateMetricTypes

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

        java.util.List<java.lang.Integer> getAggregateMetricTypesValueList()
         The list of aggregate metrics to fetch data.
         
        repeated .google.ads.googleads.v14.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.v14.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.