Interface ReachCurveOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReachCurve,ReachCurve.Builder
public interface ReachCurveOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReachForecastgetReachForecasts(int index)All points on the reach curve.intgetReachForecastsCount()All points on the reach curve.java.util.List<ReachForecast>getReachForecastsList()All points on the reach curve.ReachForecastOrBuildergetReachForecastsOrBuilder(int index)All points on the reach curve.java.util.List<? extends ReachForecastOrBuilder>getReachForecastsOrBuilderList()All points on the reach curve.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReachForecastsList
java.util.List<ReachForecast> getReachForecastsList()
All points on the reach curve.
repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
-
getReachForecasts
ReachForecast getReachForecasts(int index)
All points on the reach curve.
repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
-
getReachForecastsCount
int getReachForecastsCount()
All points on the reach curve.
repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
-
getReachForecastsOrBuilderList
java.util.List<? extends ReachForecastOrBuilder> getReachForecastsOrBuilderList()
All points on the reach curve.
repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
-
getReachForecastsOrBuilder
ReachForecastOrBuilder getReachForecastsOrBuilder(int index)
All points on the reach curve.
repeated .google.ads.googleads.v10.services.ReachForecast reach_forecasts = 1;
-
-