com.google.ads.googleads.v16.common.TargetCpmOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v16 Show documentation
Show all versions of google-ads-stubs-v16 Show documentation
Stubs for GAAPI version google-ads-stubs-v16
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();
}