com.google.ads.googleads.v10.services.ForecastMetricsOrBuilder Maven / Gradle / Ivy
// 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 ForecastMetricsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.ForecastMetrics)
com.google.protobuf.MessageOrBuilder {
/**
*
* Impressions
*
*
* optional double impressions = 7;
* @return Whether the impressions field is set.
*/
boolean hasImpressions();
/**
*
* Impressions
*
*
* optional double impressions = 7;
* @return The impressions.
*/
double getImpressions();
/**
*
* Ctr
*
*
* optional double ctr = 8;
* @return Whether the ctr field is set.
*/
boolean hasCtr();
/**
*
* Ctr
*
*
* optional double ctr = 8;
* @return The ctr.
*/
double getCtr();
/**
*
* AVG cpc
*
*
* optional int64 average_cpc = 9;
* @return Whether the averageCpc field is set.
*/
boolean hasAverageCpc();
/**
*
* AVG cpc
*
*
* optional int64 average_cpc = 9;
* @return The averageCpc.
*/
long getAverageCpc();
/**
*
* Clicks
*
*
* optional double clicks = 10;
* @return Whether the clicks field is set.
*/
boolean hasClicks();
/**
*
* Clicks
*
*
* optional double clicks = 10;
* @return The clicks.
*/
double getClicks();
/**
*
* Cost
*
*
* optional int64 cost_micros = 11;
* @return Whether the costMicros field is set.
*/
boolean hasCostMicros();
/**
*
* Cost
*
*
* optional int64 cost_micros = 11;
* @return The costMicros.
*/
long getCostMicros();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy