Interface FixedCpmTargetFrequencyGoalInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FixedCpmTargetFrequencyGoalInfo,FixedCpmTargetFrequencyGoalInfo.Builder
public interface FixedCpmTargetFrequencyGoalInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongTarget frequency count represents the number of times an advertiser wants to show the ad to target 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 represents the number of times an advertiser wants to show the ad to target 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.FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit time_unit = 2;- Returns:
- The enum numeric value on the wire for timeUnit.
-
getTimeUnit
Time window expressing the period over which you want to reach the specified target_count.
.google.ads.googleads.v18.enums.FixedCpmTargetFrequencyTimeUnitEnum.FixedCpmTargetFrequencyTimeUnit time_unit = 2;- Returns:
- The timeUnit.
-