Interface FixedCpmOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FixedCpm,FixedCpm.Builder
public interface FixedCpmOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGoal()Fixed CPM bidding goal.intFixed CPM bidding goal.Target 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
-
getGoalValue
int getGoalValue()Fixed CPM bidding goal. Determines the exact bidding optimization parameters.
.google.ads.googleads.v18.enums.FixedCpmGoalEnum.FixedCpmGoal goal = 1;- Returns:
- The enum numeric value on the wire for goal.
-
getGoal
FixedCpmGoalEnum.FixedCpmGoal getGoal()Fixed CPM bidding goal. Determines the exact bidding optimization parameters.
.google.ads.googleads.v18.enums.FixedCpmGoalEnum.FixedCpmGoal goal = 1;- Returns:
- The goal.
-
hasTargetFrequencyInfo
boolean hasTargetFrequencyInfo()Target frequency bidding goal details.
.google.ads.googleads.v18.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2;- Returns:
- Whether the targetFrequencyInfo field is set.
-
getTargetFrequencyInfo
FixedCpmTargetFrequencyGoalInfo getTargetFrequencyInfo()Target frequency bidding goal details.
.google.ads.googleads.v18.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2;- Returns:
- The targetFrequencyInfo.
-
getTargetFrequencyInfoOrBuilder
FixedCpmTargetFrequencyGoalInfoOrBuilder getTargetFrequencyInfoOrBuilder()Target frequency bidding goal details.
.google.ads.googleads.v18.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2; -
getGoalInfoCase
FixedCpm.GoalInfoCase getGoalInfoCase()
-