Interface TargetImpressionShareSimulationPointListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetImpressionShareSimulationPointList,TargetImpressionShareSimulationPointList.Builder
public interface TargetImpressionShareSimulationPointListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetImpressionShareSimulationPointgetPoints(int index)Projected metrics for a specific target impression share value.intgetPointsCount()Projected metrics for a specific target impression share value.java.util.List<TargetImpressionShareSimulationPoint>getPointsList()Projected metrics for a specific target impression share value.TargetImpressionShareSimulationPointOrBuildergetPointsOrBuilder(int index)Projected metrics for a specific target impression share value.java.util.List<? extends TargetImpressionShareSimulationPointOrBuilder>getPointsOrBuilderList()Projected metrics for a specific target impression share value.-
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<TargetImpressionShareSimulationPoint> getPointsList()
Projected metrics for a specific target impression share value.
repeated .google.ads.googleads.v10.common.TargetImpressionShareSimulationPoint points = 1;
-
getPoints
TargetImpressionShareSimulationPoint getPoints(int index)
Projected metrics for a specific target impression share value.
repeated .google.ads.googleads.v10.common.TargetImpressionShareSimulationPoint points = 1;
-
getPointsCount
int getPointsCount()
Projected metrics for a specific target impression share value.
repeated .google.ads.googleads.v10.common.TargetImpressionShareSimulationPoint points = 1;
-
getPointsOrBuilderList
java.util.List<? extends TargetImpressionShareSimulationPointOrBuilder> getPointsOrBuilderList()
Projected metrics for a specific target impression share value.
repeated .google.ads.googleads.v10.common.TargetImpressionShareSimulationPoint points = 1;
-
getPointsOrBuilder
TargetImpressionShareSimulationPointOrBuilder getPointsOrBuilder(int index)
Projected metrics for a specific target impression share value.
repeated .google.ads.googleads.v10.common.TargetImpressionShareSimulationPoint points = 1;
-
-