Interface ReachForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReachForecast,ReachForecast.Builder
public interface ReachForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCostMicros()The cost in micros.ForecastgetForecast()Forecasted traffic metrics for this point.ForecastOrBuildergetForecastOrBuilder()Forecasted traffic metrics for this point.PlannedProductReachForecastgetPlannedProductReachForecasts(int index)The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.intgetPlannedProductReachForecastsCount()The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.java.util.List<PlannedProductReachForecast>getPlannedProductReachForecastsList()The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.PlannedProductReachForecastOrBuildergetPlannedProductReachForecastsOrBuilder(int index)The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.java.util.List<? extends PlannedProductReachForecastOrBuilder>getPlannedProductReachForecastsOrBuilderList()The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.booleanhasForecast()Forecasted traffic metrics for this point.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCostMicros
long getCostMicros()
The cost in micros.
int64 cost_micros = 5;- Returns:
- The costMicros.
-
hasForecast
boolean hasForecast()
Forecasted traffic metrics for this point.
.google.ads.googleads.v10.services.Forecast forecast = 2;- Returns:
- Whether the forecast field is set.
-
getForecast
Forecast getForecast()
Forecasted traffic metrics for this point.
.google.ads.googleads.v10.services.Forecast forecast = 2;- Returns:
- The forecast.
-
getForecastOrBuilder
ForecastOrBuilder getForecastOrBuilder()
Forecasted traffic metrics for this point.
.google.ads.googleads.v10.services.Forecast forecast = 2;
-
getPlannedProductReachForecastsList
java.util.List<PlannedProductReachForecast> 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;
-
getPlannedProductReachForecasts
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;
-
getPlannedProductReachForecastsCount
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;
-
getPlannedProductReachForecastsOrBuilderList
java.util.List<? extends 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;
-
getPlannedProductReachForecastsOrBuilder
PlannedProductReachForecastOrBuilder getPlannedProductReachForecastsOrBuilder(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;
-
-