Interface PlannedProductReachForecastOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlannedProductReachForecast, PlannedProductReachForecast.Builder

public interface PlannedProductReachForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPlannableProductCode

      String getPlannableProductCode()
       Selected product for planning. The product codes returned are within the
       set of the ones returned by ListPlannableProducts when using the same
       location ID.
       
      string plannable_product_code = 1;
      Returns:
      The plannableProductCode.
    • getPlannableProductCodeBytes

      com.google.protobuf.ByteString getPlannableProductCodeBytes()
       Selected product for planning. The product codes returned are within the
       set of the ones returned by ListPlannableProducts when using the same
       location ID.
       
      string plannable_product_code = 1;
      Returns:
      The bytes for plannableProductCode.
    • getCostMicros

      long getCostMicros()
       The cost in micros. This may differ from the product's input allocation
       if one or more planned products cannot fulfill the budget because of
       limited inventory.
       
      int64 cost_micros = 2;
      Returns:
      The costMicros.
    • hasPlannedProductForecast

      boolean hasPlannedProductForecast()
       Forecasted traffic metrics for this product.
       
      .google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;
      Returns:
      Whether the plannedProductForecast field is set.
    • getPlannedProductForecast

      PlannedProductForecast getPlannedProductForecast()
       Forecasted traffic metrics for this product.
       
      .google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;
      Returns:
      The plannedProductForecast.
    • getPlannedProductForecastOrBuilder

      PlannedProductForecastOrBuilder getPlannedProductForecastOrBuilder()
       Forecasted traffic metrics for this product.
       
      .google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;