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

com.google.ads.googleads.v16.common.TargetCpmOrBuilder Maven / Gradle / Ivy

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

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

public interface TargetCpmOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.common.TargetCpm)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v16.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return Whether the targetFrequencyGoal field is set. */ boolean hasTargetFrequencyGoal(); /** *
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v16.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return The targetFrequencyGoal. */ com.google.ads.googleads.v16.common.TargetCpmTargetFrequencyGoal getTargetFrequencyGoal(); /** *
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v16.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ com.google.ads.googleads.v16.common.TargetCpmTargetFrequencyGoalOrBuilder getTargetFrequencyGoalOrBuilder(); com.google.ads.googleads.v16.common.TargetCpm.GoalCase getGoalCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy