Interface MaximizeClicksBiddingStrategyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MaximizeClicksBiddingStrategy,MaximizeClicksBiddingStrategy.Builder
public interface MaximizeClicksBiddingStrategyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDailyTargetSpendMicros()Required.longgetMaxCpcBidCeilingMicros()Ceiling on max CPC bids in micros.booleanhasMaxCpcBidCeilingMicros()Ceiling on max CPC bids in micros.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDailyTargetSpendMicros
long getDailyTargetSpendMicros()
Required. The daily target spend in micros to be used for estimation. A minimum value is enforced for the local currency used in the campaign. An error will occur showing the minimum value if this field is set too low.
int64 daily_target_spend_micros = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The dailyTargetSpendMicros.
-
hasMaxCpcBidCeilingMicros
boolean hasMaxCpcBidCeilingMicros()
Ceiling on max CPC bids in micros.
optional int64 max_cpc_bid_ceiling_micros = 2;- Returns:
- Whether the maxCpcBidCeilingMicros field is set.
-
getMaxCpcBidCeilingMicros
long getMaxCpcBidCeilingMicros()
Ceiling on max CPC bids in micros.
optional int64 max_cpc_bid_ceiling_micros = 2;- Returns:
- The maxCpcBidCeilingMicros.
-
-