com.google.ads.googleads.v17.common.HistoricalMetricsOptionsOrBuilder 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/common/keyword_plan_common.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface HistoricalMetricsOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HistoricalMetricsOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* The year month range for historical metrics. If not specified, metrics
* for the past 12 months are returned.
* Search metrics are available for the past 4 years. If the search volume is
* not available for the entire year_month_range provided, the subset of the
* year month range for which search volume is available are returned.
*
*
* optional .google.ads.googleads.v17.common.YearMonthRange year_month_range = 1;
* @return Whether the yearMonthRange field is set.
*/
boolean hasYearMonthRange();
/**
*
* The year month range for historical metrics. If not specified, metrics
* for the past 12 months are returned.
* Search metrics are available for the past 4 years. If the search volume is
* not available for the entire year_month_range provided, the subset of the
* year month range for which search volume is available are returned.
*
*
* optional .google.ads.googleads.v17.common.YearMonthRange year_month_range = 1;
* @return The yearMonthRange.
*/
com.google.ads.googleads.v17.common.YearMonthRange getYearMonthRange();
/**
*
* The year month range for historical metrics. If not specified, metrics
* for the past 12 months are returned.
* Search metrics are available for the past 4 years. If the search volume is
* not available for the entire year_month_range provided, the subset of the
* year month range for which search volume is available are returned.
*
*
* optional .google.ads.googleads.v17.common.YearMonthRange year_month_range = 1;
*/
com.google.ads.googleads.v17.common.YearMonthRangeOrBuilder getYearMonthRangeOrBuilder();
/**
*
* Indicates whether to include average cost per click value.
* Average CPC is provided only for legacy support.
*
*
* bool include_average_cpc = 2;
* @return The includeAverageCpc.
*/
boolean getIncludeAverageCpc();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy