Interface TargetRoasSimulationPointListOrBuilder

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

public interface TargetRoasSimulationPointListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPoints(int index)
    Projected metrics for a series of target ROAS amounts.
    int
    Projected metrics for a series of target ROAS amounts.
    Projected metrics for a series of target ROAS amounts.
    getPointsOrBuilder(int index)
    Projected metrics for a series of target ROAS amounts.
    Projected metrics for a series of target ROAS amounts.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPointsList

       Projected metrics for a series of target ROAS amounts.
       
      repeated .google.ads.googleads.v18.common.TargetRoasSimulationPoint points = 1;
    • getPoints

      TargetRoasSimulationPoint getPoints(int index)
       Projected metrics for a series of target ROAS amounts.
       
      repeated .google.ads.googleads.v18.common.TargetRoasSimulationPoint points = 1;
    • getPointsCount

      int getPointsCount()
       Projected metrics for a series of target ROAS amounts.
       
      repeated .google.ads.googleads.v18.common.TargetRoasSimulationPoint points = 1;
    • getPointsOrBuilderList

      List<? extends TargetRoasSimulationPointOrBuilder> getPointsOrBuilderList()
       Projected metrics for a series of target ROAS amounts.
       
      repeated .google.ads.googleads.v18.common.TargetRoasSimulationPoint points = 1;
    • getPointsOrBuilder

      TargetRoasSimulationPointOrBuilder getPointsOrBuilder(int index)
       Projected metrics for a series of target ROAS amounts.
       
      repeated .google.ads.googleads.v18.common.TargetRoasSimulationPoint points = 1;