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
Modifier and TypeMethodDescriptiongetReachForecasts(int index) All points on the reach curve.intAll points on the reach curve.All points on the reach curve.getReachForecastsOrBuilder(int index) All points on the reach curve.List<? extends ReachForecastOrBuilder>All points on the reach curve.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReachForecastsList
List<ReachForecast> getReachForecastsList()All points on the reach curve.
repeated .google.ads.googleads.v18.services.ReachForecast reach_forecasts = 1; -
getReachForecasts
All points on the reach curve.
repeated .google.ads.googleads.v18.services.ReachForecast reach_forecasts = 1; -
getReachForecastsCount
int getReachForecastsCount()All points on the reach curve.
repeated .google.ads.googleads.v18.services.ReachForecast reach_forecasts = 1; -
getReachForecastsOrBuilderList
List<? extends ReachForecastOrBuilder> getReachForecastsOrBuilderList()All points on the reach curve.
repeated .google.ads.googleads.v18.services.ReachForecast reach_forecasts = 1; -
getReachForecastsOrBuilder
All points on the reach curve.
repeated .google.ads.googleads.v18.services.ReachForecast reach_forecasts = 1;
-