Interface PlannedProductReachForecastOrBuilder

    • Method Detail

      • getPlannableProductCode

        java.lang.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.v10.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.v10.services.PlannedProductForecast planned_product_forecast = 3;
        Returns:
        The plannedProductForecast.
      • getPlannedProductForecastOrBuilder

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