
com.google.ads.googleads.v11.services.KeywordPlanMaxCpcBidForecastOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/services/keyword_plan_service.proto
package com.google.ads.googleads.v11.services;
public interface KeywordPlanMaxCpcBidForecastOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.services.KeywordPlanMaxCpcBidForecast)
com.google.protobuf.MessageOrBuilder {
/**
*
* The max cpc bid in micros.
*
*
* optional int64 max_cpc_bid_micros = 3;
* @return Whether the maxCpcBidMicros field is set.
*/
boolean hasMaxCpcBidMicros();
/**
*
* The max cpc bid in micros.
*
*
* optional int64 max_cpc_bid_micros = 3;
* @return The maxCpcBidMicros.
*/
long getMaxCpcBidMicros();
/**
*
* The forecast for the Keyword Plan campaign at the specific bid.
*
*
* .google.ads.googleads.v11.services.ForecastMetrics max_cpc_bid_forecast = 2;
* @return Whether the maxCpcBidForecast field is set.
*/
boolean hasMaxCpcBidForecast();
/**
*
* The forecast for the Keyword Plan campaign at the specific bid.
*
*
* .google.ads.googleads.v11.services.ForecastMetrics max_cpc_bid_forecast = 2;
* @return The maxCpcBidForecast.
*/
com.google.ads.googleads.v11.services.ForecastMetrics getMaxCpcBidForecast();
/**
*
* The forecast for the Keyword Plan campaign at the specific bid.
*
*
* .google.ads.googleads.v11.services.ForecastMetrics max_cpc_bid_forecast = 2;
*/
com.google.ads.googleads.v11.services.ForecastMetricsOrBuilder getMaxCpcBidForecastOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy