Interface PercentCpcBidSimulationPointListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PercentCpcBidSimulationPointList,PercentCpcBidSimulationPointList.Builder
public interface PercentCpcBidSimulationPointListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPoints(int index) Projected metrics for a series of percent CPC bid amounts.intProjected metrics for a series of percent CPC bid amounts.Projected metrics for a series of percent CPC bid amounts.getPointsOrBuilder(int index) Projected metrics for a series of percent CPC bid amounts.List<? extends PercentCpcBidSimulationPointOrBuilder>Projected metrics for a series of percent CPC bid amounts.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
-
getPointsList
List<PercentCpcBidSimulationPoint> getPointsList()Projected metrics for a series of percent CPC bid amounts.
repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1; -
getPoints
Projected metrics for a series of percent CPC bid amounts.
repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1; -
getPointsCount
int getPointsCount()Projected metrics for a series of percent CPC bid amounts.
repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1; -
getPointsOrBuilderList
List<? extends PercentCpcBidSimulationPointOrBuilder> getPointsOrBuilderList()Projected metrics for a series of percent CPC bid amounts.
repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1; -
getPointsOrBuilder
Projected metrics for a series of percent CPC bid amounts.
repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1;
-