All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.ReachForecastOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/reach_plan_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface ReachForecastOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ReachForecast)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The cost in micros.
   * 
* * int64 cost_micros = 5; * @return The costMicros. */ long getCostMicros(); /** *
   * Forecasted traffic metrics for this point.
   * 
* * .google.ads.googleads.v17.services.Forecast forecast = 2; * @return Whether the forecast field is set. */ boolean hasForecast(); /** *
   * Forecasted traffic metrics for this point.
   * 
* * .google.ads.googleads.v17.services.Forecast forecast = 2; * @return The forecast. */ com.google.ads.googleads.v17.services.Forecast getForecast(); /** *
   * Forecasted traffic metrics for this point.
   * 
* * .google.ads.googleads.v17.services.Forecast forecast = 2; */ com.google.ads.googleads.v17.services.ForecastOrBuilder getForecastOrBuilder(); /** *
   * The forecasted allocation and traffic metrics for each planned product
   * at this point on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; */ java.util.List getPlannedProductReachForecastsList(); /** *
   * The forecasted allocation and traffic metrics for each planned product
   * at this point on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; */ com.google.ads.googleads.v17.services.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.v17.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; */ int getPlannedProductReachForecastsCount(); /** *
   * The forecasted allocation and traffic metrics for each planned product
   * at this point on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; */ java.util.List getPlannedProductReachForecastsOrBuilderList(); /** *
   * The forecasted allocation and traffic metrics for each planned product
   * at this point on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.PlannedProductReachForecast planned_product_reach_forecasts = 4; */ com.google.ads.googleads.v17.services.PlannedProductReachForecastOrBuilder getPlannedProductReachForecastsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy