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
Modifier and TypeMethodDescriptionlongThe cost in micros.Forecasted traffic metrics for this point.Forecasted traffic metrics for this point.getPlannedProductReachForecasts(int index) The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.intThe forecasted allocation and traffic metrics for each planned product at this point on the reach curve.The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.getPlannedProductReachForecastsOrBuilder(int index) The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.List<? extends PlannedProductReachForecastOrBuilder>The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.booleanForecasted traffic metrics for this point.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.v18.services.Forecast forecast = 2;- Returns:
- Whether the forecast field is set.
-
getForecast
Forecast getForecast()Forecasted traffic metrics for this point.
.google.ads.googleads.v18.services.Forecast forecast = 2;- Returns:
- The forecast.
-
getForecastOrBuilder
ForecastOrBuilder getForecastOrBuilder()Forecasted traffic metrics for this point.
.google.ads.googleads.v18.services.Forecast forecast = 2; -
getPlannedProductReachForecastsList
List<PlannedProductReachForecast> getPlannedProductReachForecastsList()The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.
repeated .google.ads.googleads.v18.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; -
getPlannedProductReachForecasts
The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.
repeated .google.ads.googleads.v18.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.v18.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; -
getPlannedProductReachForecastsOrBuilderList
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.v18.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; -
getPlannedProductReachForecastsOrBuilder
The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.
repeated .google.ads.googleads.v18.services.PlannedProductReachForecast planned_product_reach_forecasts = 4;
-