Interface TargetCpmTargetFrequencyGoalOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTargetCount()
      Target Frequency count representing how many times you want to reach a single user.
      TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit getTimeUnit()
      Time window expressing the period over which you want to reach the specified target_count.
      int getTimeUnitValue()
      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 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.v14.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.v14.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 2;
        Returns:
        The timeUnit.