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

com.google.ads.googleads.v17.services.ReachCurveOrBuilder 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 ReachCurveOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ReachCurve)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * All points on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.ReachForecast reach_forecasts = 1; */ java.util.List getReachForecastsList(); /** *
   * All points on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.ReachForecast reach_forecasts = 1; */ com.google.ads.googleads.v17.services.ReachForecast getReachForecasts(int index); /** *
   * All points on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.ReachForecast reach_forecasts = 1; */ int getReachForecastsCount(); /** *
   * All points on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.ReachForecast reach_forecasts = 1; */ java.util.List getReachForecastsOrBuilderList(); /** *
   * All points on the reach curve.
   * 
* * repeated .google.ads.googleads.v17.services.ReachForecast reach_forecasts = 1; */ com.google.ads.googleads.v17.services.ReachForecastOrBuilder getReachForecastsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy