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
Modifier and TypeMethodDescriptionTarget Frequency bidding goal details.Target Frequency bidding goal details.booleanTarget Frequency bidding goal details.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
-
hasTargetFrequencyGoal
boolean hasTargetFrequencyGoal()Target Frequency bidding goal details.
.google.ads.googleads.v18.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1;- Returns:
- Whether the targetFrequencyGoal field is set.
-
getTargetFrequencyGoal
TargetCpmTargetFrequencyGoal getTargetFrequencyGoal()Target Frequency bidding goal details.
.google.ads.googleads.v18.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1;- Returns:
- The targetFrequencyGoal.
-
getTargetFrequencyGoalOrBuilder
TargetCpmTargetFrequencyGoalOrBuilder getTargetFrequencyGoalOrBuilder()Target Frequency bidding goal details.
.google.ads.googleads.v18.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; -
getGoalCase
TargetCpm.GoalCase getGoalCase()
-