All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.FixedCpmOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/bidding.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface FixedCpmOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.FixedCpm)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Fixed CPM bidding goal. Determines the exact bidding optimization
   * parameters.
   * 
* * .google.ads.googleads.v17.enums.FixedCpmGoalEnum.FixedCpmGoal goal = 1; * @return The enum numeric value on the wire for goal. */ int getGoalValue(); /** *
   * Fixed CPM bidding goal. Determines the exact bidding optimization
   * parameters.
   * 
* * .google.ads.googleads.v17.enums.FixedCpmGoalEnum.FixedCpmGoal goal = 1; * @return The goal. */ com.google.ads.googleads.v17.enums.FixedCpmGoalEnum.FixedCpmGoal getGoal(); /** *
   * Target frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2; * @return Whether the targetFrequencyInfo field is set. */ boolean hasTargetFrequencyInfo(); /** *
   * Target frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2; * @return The targetFrequencyInfo. */ com.google.ads.googleads.v17.common.FixedCpmTargetFrequencyGoalInfo getTargetFrequencyInfo(); /** *
   * Target frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.FixedCpmTargetFrequencyGoalInfo target_frequency_info = 2; */ com.google.ads.googleads.v17.common.FixedCpmTargetFrequencyGoalInfoOrBuilder getTargetFrequencyInfoOrBuilder(); com.google.ads.googleads.v17.common.FixedCpm.GoalInfoCase getGoalInfoCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy