Interface TargetCpaSimulationPointListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetCpaSimulationPointList,TargetCpaSimulationPointList.Builder
public interface TargetCpaSimulationPointListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetCpaSimulationPointgetPoints(int index)Projected metrics for a series of target CPA amounts.intgetPointsCount()Projected metrics for a series of target CPA amounts.java.util.List<TargetCpaSimulationPoint>getPointsList()Projected metrics for a series of target CPA amounts.TargetCpaSimulationPointOrBuildergetPointsOrBuilder(int index)Projected metrics for a series of target CPA amounts.java.util.List<? extends TargetCpaSimulationPointOrBuilder>getPointsOrBuilderList()Projected metrics for a series of target CPA 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<TargetCpaSimulationPoint> getPointsList()
Projected metrics for a series of target CPA amounts.
repeated .google.ads.googleads.v10.common.TargetCpaSimulationPoint points = 1;
-
getPoints
TargetCpaSimulationPoint getPoints(int index)
Projected metrics for a series of target CPA amounts.
repeated .google.ads.googleads.v10.common.TargetCpaSimulationPoint points = 1;
-
getPointsCount
int getPointsCount()
Projected metrics for a series of target CPA amounts.
repeated .google.ads.googleads.v10.common.TargetCpaSimulationPoint points = 1;
-
getPointsOrBuilderList
java.util.List<? extends TargetCpaSimulationPointOrBuilder> getPointsOrBuilderList()
Projected metrics for a series of target CPA amounts.
repeated .google.ads.googleads.v10.common.TargetCpaSimulationPoint points = 1;
-
getPointsOrBuilder
TargetCpaSimulationPointOrBuilder getPointsOrBuilder(int index)
Projected metrics for a series of target CPA amounts.
repeated .google.ads.googleads.v10.common.TargetCpaSimulationPoint points = 1;
-
-