com.google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/keyword_plan_idea_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GenerateKeywordHistoricalMetricsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of keywords and their historical metrics.
*
*
* repeated .google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult results = 1;
*/
java.util.List
getResultsList();
/**
*
* List of keywords and their historical metrics.
*
*
* repeated .google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult results = 1;
*/
com.google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult getResults(int index);
/**
*
* List of keywords and their historical metrics.
*
*
* repeated .google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult results = 1;
*/
int getResultsCount();
/**
*
* List of keywords and their historical metrics.
*
*
* repeated .google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult results = 1;
*/
java.util.List extends com.google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResultOrBuilder>
getResultsOrBuilderList();
/**
*
* List of keywords and their historical metrics.
*
*
* repeated .google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult results = 1;
*/
com.google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResultOrBuilder getResultsOrBuilder(
int index);
/**
*
* The aggregate metrics for all keywords.
*
*
* .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
* @return Whether the aggregateMetricResults field is set.
*/
boolean hasAggregateMetricResults();
/**
*
* The aggregate metrics for all keywords.
*
*
* .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
* @return The aggregateMetricResults.
*/
com.google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults getAggregateMetricResults();
/**
*
* The aggregate metrics for all keywords.
*
*
* .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
*/
com.google.ads.googleads.v17.common.KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy