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 TypeMethodDescriptionintRequired.Required.intRequired.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
-
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
TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit 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.
-