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 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

       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()