Interface CpvBidSimulationPointListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CpvBidSimulationPointList, CpvBidSimulationPointList.Builder

    public interface CpvBidSimulationPointListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPointsList

        java.util.List<CpvBidSimulationPoint> getPointsList()
         Projected metrics for a series of CPV bid amounts.
         
        repeated .google.ads.googleads.v14.common.CpvBidSimulationPoint points = 1;
      • getPoints

        CpvBidSimulationPoint getPoints​(int index)
         Projected metrics for a series of CPV bid amounts.
         
        repeated .google.ads.googleads.v14.common.CpvBidSimulationPoint points = 1;
      • getPointsCount

        int getPointsCount()
         Projected metrics for a series of CPV bid amounts.
         
        repeated .google.ads.googleads.v14.common.CpvBidSimulationPoint points = 1;
      • getPointsOrBuilderList

        java.util.List<? extends CpvBidSimulationPointOrBuilder> getPointsOrBuilderList()
         Projected metrics for a series of CPV bid amounts.
         
        repeated .google.ads.googleads.v14.common.CpvBidSimulationPoint points = 1;
      • getPointsOrBuilder

        CpvBidSimulationPointOrBuilder getPointsOrBuilder​(int index)
         Projected metrics for a series of CPV bid amounts.
         
        repeated .google.ads.googleads.v14.common.CpvBidSimulationPoint points = 1;