All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.GenerateHistoricalMetricsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/keyword_plan_service.proto

package com.google.ads.googleads.v10.services;

public interface GenerateHistoricalMetricsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateHistoricalMetricsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of keyword historical metrics.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1; */ java.util.List getMetricsList(); /** *
   * List of keyword historical metrics.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1; */ com.google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics getMetrics(int index); /** *
   * List of keyword historical metrics.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1; */ int getMetricsCount(); /** *
   * List of keyword historical metrics.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1; */ java.util.List getMetricsOrBuilderList(); /** *
   * List of keyword historical metrics.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1; */ com.google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetricsOrBuilder getMetricsOrBuilder( int index); /** *
   * The aggregate metrics for all the keywords in the keyword planner plan.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2; * @return Whether the aggregateMetricResults field is set. */ boolean hasAggregateMetricResults(); /** *
   * The aggregate metrics for all the keywords in the keyword planner plan.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2; * @return The aggregateMetricResults. */ com.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults getAggregateMetricResults(); /** *
   * The aggregate metrics for all the keywords in the keyword planner plan.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2; */ com.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy