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 Type
    Method
    Description
    long
    Target 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.
    int
    Time window expressing the period over which you want to reach the specified target_count.

    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

    • 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

       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.