Interface TargetCpmOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetCpm,TargetCpm.Builder
public interface TargetCpmOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetCpm.GoalCasegetGoalCase()TargetCpmTargetFrequencyGoalgetTargetFrequencyGoal()Target Frequency bidding goal details.TargetCpmTargetFrequencyGoalOrBuildergetTargetFrequencyGoalOrBuilder()Target Frequency bidding goal details.booleanhasTargetFrequencyGoal()Target Frequency bidding goal details.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetFrequencyGoal
boolean hasTargetFrequencyGoal()
Target Frequency bidding goal details.
.google.ads.googleads.v14.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1;- Returns:
- Whether the targetFrequencyGoal field is set.
-
getTargetFrequencyGoal
TargetCpmTargetFrequencyGoal getTargetFrequencyGoal()
Target Frequency bidding goal details.
.google.ads.googleads.v14.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1;- Returns:
- The targetFrequencyGoal.
-
getTargetFrequencyGoalOrBuilder
TargetCpmTargetFrequencyGoalOrBuilder getTargetFrequencyGoalOrBuilder()
Target Frequency bidding goal details.
.google.ads.googleads.v14.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1;
-
getGoalCase
TargetCpm.GoalCase getGoalCase()
-
-