com.google.ads.googleads.v17.common.TargetSpendOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 TargetSpendOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetSpend)
com.google.protobuf.MessageOrBuilder {
/**
*
* Deprecated: The spend target under which to maximize clicks.
* A TargetSpend bidder will attempt to spend the smaller of this value
* or the natural throttling spend amount.
* If not specified, the budget is used as the spend target.
* This field is deprecated and should no longer be used. See
* https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
* for details.
*
*
* optional int64 target_spend_micros = 3 [deprecated = true];
* @deprecated google.ads.googleads.v17.common.TargetSpend.target_spend_micros is deprecated.
* See google/ads/googleads/v17/common/bidding.proto;l=198
* @return Whether the targetSpendMicros field is set.
*/
@java.lang.Deprecated boolean hasTargetSpendMicros();
/**
*
* Deprecated: The spend target under which to maximize clicks.
* A TargetSpend bidder will attempt to spend the smaller of this value
* or the natural throttling spend amount.
* If not specified, the budget is used as the spend target.
* This field is deprecated and should no longer be used. See
* https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
* for details.
*
*
* optional int64 target_spend_micros = 3 [deprecated = true];
* @deprecated google.ads.googleads.v17.common.TargetSpend.target_spend_micros is deprecated.
* See google/ads/googleads/v17/common/bidding.proto;l=198
* @return The targetSpendMicros.
*/
@java.lang.Deprecated long getTargetSpendMicros();
/**
*
* Maximum bid limit that can be set by the bid strategy.
* The limit applies to all keywords managed by the strategy.
*
*
* optional int64 cpc_bid_ceiling_micros = 4;
* @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.
*
*
* optional int64 cpc_bid_ceiling_micros = 4;
* @return The cpcBidCeilingMicros.
*/
long getCpcBidCeilingMicros();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy