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 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;