
com.google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecastCurveOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/services/keyword_plan_service.proto
package com.google.ads.googleads.v9.services;
public interface KeywordPlanMaxCpcBidForecastCurveOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecastCurve)
com.google.protobuf.MessageOrBuilder {
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
*/
java.util.List
getMaxCpcBidForecastsList();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
*/
com.google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast getMaxCpcBidForecasts(int index);
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
*/
int getMaxCpcBidForecastsCount();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
*/
java.util.List extends com.google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecastOrBuilder>
getMaxCpcBidForecastsOrBuilderList();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
*/
com.google.ads.googleads.v9.services.KeywordPlanMaxCpcBidForecastOrBuilder getMaxCpcBidForecastsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy