Interface AccessibleBiddingStrategy.TargetSpendOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessibleBiddingStrategy.TargetSpend,AccessibleBiddingStrategy.TargetSpend.Builder
- Enclosing class:
- AccessibleBiddingStrategy
public static interface AccessibleBiddingStrategy.TargetSpendOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.longDeprecated.google.ads.googleads.v18.resources.AccessibleBiddingStrategy.TargetSpend.target_spend_micros is deprecated.booleanOutput only.booleanDeprecated.google.ads.googleads.v18.resources.AccessibleBiddingStrategy.TargetSpend.target_spend_micros is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTargetSpendMicros
Deprecated.google.ads.googleads.v18.resources.AccessibleBiddingStrategy.TargetSpend.target_spend_micros is deprecated. See google/ads/googleads/v18/resources/accessible_bidding_strategy.proto;l=111Output only. 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 = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetSpendMicros field is set.
-
getTargetSpendMicros
Deprecated.google.ads.googleads.v18.resources.AccessibleBiddingStrategy.TargetSpend.target_spend_micros is deprecated. See google/ads/googleads/v18/resources/accessible_bidding_strategy.proto;l=111Output only. 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 = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetSpendMicros.
-
hasCpcBidCeilingMicros
boolean hasCpcBidCeilingMicros()Output only. 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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the cpcBidCeilingMicros field is set.
-
getCpcBidCeilingMicros
long getCpcBidCeilingMicros()Output only. 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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The cpcBidCeilingMicros.
-