com.google.ads.googleads.v10.services.ReachCurveOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/reach_plan_service.proto
package com.google.ads.googleads.v10.services;
public interface ReachCurveOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.ReachCurve)
com.google.protobuf.MessageOrBuilder {
/**
*
* All points on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
*/
java.util.List
getReachForecastsList();
/**
*
* All points on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
*/
com.google.ads.googleads.v10.services.ReachForecast getReachForecasts(int index);
/**
*
* All points on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
*/
int getReachForecastsCount();
/**
*
* All points on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
*/
java.util.List extends com.google.ads.googleads.v10.services.ReachForecastOrBuilder>
getReachForecastsOrBuilderList();
/**
*
* All points on the reach curve.
*
*
* repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
*/
com.google.ads.googleads.v10.services.ReachForecastOrBuilder getReachForecastsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy