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

com.google.ads.googleads.v10.common.TargetCpaOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.common;

public interface TargetCpaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.TargetCpa)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Average CPA target.
   * This target should be greater than or equal to minimum billable unit based
   * on the currency for the account.
   * 
* * optional int64 target_cpa_micros = 4; * @return Whether the targetCpaMicros field is set. */ boolean hasTargetCpaMicros(); /** *
   * Average CPA target.
   * This target should be greater than or equal to minimum billable unit based
   * on the currency for the account.
   * 
* * optional int64 target_cpa_micros = 4; * @return The targetCpaMicros. */ long getTargetCpaMicros(); /** *
   * Maximum bid limit that can be set by the bid strategy.
   * The limit applies to all keywords managed by the strategy.
   * This should only be set for portfolio bid strategies.
   * 
* * optional int64 cpc_bid_ceiling_micros = 5; * @return Whether the cpcBidCeilingMicros field is set. */ boolean hasCpcBidCeilingMicros(); /** *
   * Maximum bid limit that can be set by the bid strategy.
   * The limit applies to all keywords managed by the strategy.
   * This should only be set for portfolio bid strategies.
   * 
* * optional int64 cpc_bid_ceiling_micros = 5; * @return The cpcBidCeilingMicros. */ long getCpcBidCeilingMicros(); /** *
   * Minimum bid limit that can be set by the bid strategy.
   * The limit applies to all keywords managed by the strategy.
   * This should only be set for portfolio bid strategies.
   * 
* * optional int64 cpc_bid_floor_micros = 6; * @return Whether the cpcBidFloorMicros field is set. */ boolean hasCpcBidFloorMicros(); /** *
   * Minimum bid limit that can be set by the bid strategy.
   * The limit applies to all keywords managed by the strategy.
   * This should only be set for portfolio bid strategies.
   * 
* * optional int64 cpc_bid_floor_micros = 6; * @return The cpcBidFloorMicros. */ long getCpcBidFloorMicros(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy