Interface TargetFrequencySettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TargetFrequencySettings, TargetFrequencySettings.Builder

public interface TargetFrequencySettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Required.
    Required.
    int
    Required.

    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

    • getTimeUnitValue

      int getTimeUnitValue()
       Required. The time unit used to describe the time frame for
       target_frequency.
       
      .google.ads.googleads.v18.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for timeUnit.
    • getTimeUnit

       Required. The time unit used to describe the time frame for
       target_frequency.
       
      .google.ads.googleads.v18.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The timeUnit.
    • getTargetFrequency

      int getTargetFrequency()
       Required. The target frequency goal per selected time unit.
       
      int32 target_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The targetFrequency.