Interface AccessibleBiddingStrategy.TargetSpendOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      long getCpcBidCeilingMicros()
      Output only.
      long getTargetSpendMicros()
      Deprecated.
      boolean hasCpcBidCeilingMicros()
      Output only.
      boolean hasTargetSpendMicros()
      Deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTargetSpendMicros

        @Deprecated
        boolean hasTargetSpendMicros()
        Deprecated.
         Output 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
        long getTargetSpendMicros()
        Deprecated.
         Output 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.