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