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 Details

    • getPointsList

       Projected metrics for a series of percent CPC bid amounts.
       
      repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1;
    • getPoints

      PercentCpcBidSimulationPoint getPoints(int index)
       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

      PercentCpcBidSimulationPointOrBuilder getPointsOrBuilder(int index)
       Projected metrics for a series of percent CPC bid amounts.
       
      repeated .google.ads.googleads.v18.common.PercentCpcBidSimulationPoint points = 1;