Interface BudgetSimulationPointListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BudgetSimulationPointList,BudgetSimulationPointList.Builder
public interface BudgetSimulationPointListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BudgetSimulationPointgetPoints(int index)Projected metrics for a series of budget amounts.intgetPointsCount()Projected metrics for a series of budget amounts.java.util.List<BudgetSimulationPoint>getPointsList()Projected metrics for a series of budget amounts.BudgetSimulationPointOrBuildergetPointsOrBuilder(int index)Projected metrics for a series of budget amounts.java.util.List<? extends BudgetSimulationPointOrBuilder>getPointsOrBuilderList()Projected metrics for a series of budget amounts.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPointsList
java.util.List<BudgetSimulationPoint> getPointsList()
Projected metrics for a series of budget amounts.
repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
-
getPoints
BudgetSimulationPoint getPoints(int index)
Projected metrics for a series of budget amounts.
repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
-
getPointsCount
int getPointsCount()
Projected metrics for a series of budget amounts.
repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
-
getPointsOrBuilderList
java.util.List<? extends BudgetSimulationPointOrBuilder> getPointsOrBuilderList()
Projected metrics for a series of budget amounts.
repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
-
getPointsOrBuilder
BudgetSimulationPointOrBuilder getPointsOrBuilder(int index)
Projected metrics for a series of budget amounts.
repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
-
-