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
Modifier and TypeMethodDescriptionlongRequired.longCeiling on max CPC bids in micros.booleanCeiling on max CPC bids in micros.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
-
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.
-