com.google.ads.googleads.v10.services.ReachForecastOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/reach_plan_service.proto
package com.google.ads.googleads.v10.services;
public interface ReachForecastOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.ReachForecast)
com.google.protobuf.MessageOrBuilder {
/**
*
* The cost in micros.
*
*
* int64 cost_micros = 5;
* @return The costMicros.
*/
long getCostMicros();
/**
*
* Forecasted traffic metrics for this point.
*
*
* .google.ads.googleads.v10.services.Forecast forecast = 2;
* @return Whether the forecast field is set.
*/
boolean hasForecast();
/**
*
* Forecasted traffic metrics for this point.
*
*
* .google.ads.googleads.v10.services.Forecast forecast = 2;
* @return The forecast.
*/
com.google.ads.googleads.v10.services.Forecast getForecast();
/**
*
* Forecasted traffic metrics for this point.
*
*
* .google.ads.googleads.v10.services.Forecast forecast = 2;
*/
com.google.ads.googleads.v10.services.ForecastOrBuilder getForecastOrBuilder();
/**
*
* The forecasted allocation and traffic metrics for each planned product
* at this point on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
*/
java.util.List
getPlannedProductReachForecastsList();
/**
*
* The forecasted allocation and traffic metrics for each planned product
* at this point on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
*/
com.google.ads.googleads.v10.services.PlannedProductReachForecast getPlannedProductReachForecasts(int index);
/**
*
* The forecasted allocation and traffic metrics for each planned product
* at this point on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
*/
int getPlannedProductReachForecastsCount();
/**
*
* The forecasted allocation and traffic metrics for each planned product
* at this point on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
*/
java.util.List extends com.google.ads.googleads.v10.services.PlannedProductReachForecastOrBuilder>
getPlannedProductReachForecastsOrBuilderList();
/**
*
* The forecasted allocation and traffic metrics for each planned product
* at this point on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
*/
com.google.ads.googleads.v10.services.PlannedProductReachForecastOrBuilder getPlannedProductReachForecastsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy