Interface TargetCpmTargetFrequencyGoalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetCpmTargetFrequencyGoal,TargetCpmTargetFrequencyGoal.Builder
public interface TargetCpmTargetFrequencyGoalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTargetCount()Target Frequency count representing how many times you want to reach a single user.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnitgetTimeUnit()Time window expressing the period over which you want to reach the specified target_count.intgetTimeUnitValue()Time window expressing the period over which you want to reach the specified target_count.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetCount
long getTargetCount()
Target Frequency count representing how many times you want to reach a single user.
int64 target_count = 1;- Returns:
- The targetCount.
-
getTimeUnitValue
int getTimeUnitValue()
Time window expressing the period over which you want to reach the specified target_count.
.google.ads.googleads.v15.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 2;- Returns:
- The enum numeric value on the wire for timeUnit.
-
getTimeUnit
TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit getTimeUnit()
Time window expressing the period over which you want to reach the specified target_count.
.google.ads.googleads.v15.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 2;- Returns:
- The timeUnit.
-
-