com.google.ads.googleads.v10.services.GenerateHistoricalMetricsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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 extends com.google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetricsOrBuilder>
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