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
Modifier and TypeMethodDescriptionlongTarget Frequency count representing how many times you want to reach a single user.Time window expressing the period over which you want to reach the specified target_count.intTime window expressing the period over which you want to reach the specified target_count.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.v18.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.v18.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 2;- Returns:
- The timeUnit.
-