Interface CriterionBidModifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CriterionBidModifier,CriterionBidModifier.Builder
public interface CriterionBidModifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBidModifier()The associated multiplier for the criterion_id.java.lang.StringgetGeoTargetConstant()The resource name of the geo location to target.com.google.protobuf.ByteStringgetGeoTargetConstantBytes()The resource name of the geo location to target.booleanhasBidModifier()The associated multiplier for the criterion_id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGeoTargetConstant
java.lang.String getGeoTargetConstant()
The resource name of the geo location to target. The resource name is of the format "geoTargetConstants/{criterion_id}".string geo_target_constant = 1;- Returns:
- The geoTargetConstant.
-
getGeoTargetConstantBytes
com.google.protobuf.ByteString getGeoTargetConstantBytes()
The resource name of the geo location to target. The resource name is of the format "geoTargetConstants/{criterion_id}".string geo_target_constant = 1;- Returns:
- The bytes for geoTargetConstant.
-
hasBidModifier
boolean hasBidModifier()
The associated multiplier for the criterion_id. If set, this value cannot be 0.
optional double bid_modifier = 2;- Returns:
- Whether the bidModifier field is set.
-
getBidModifier
double getBidModifier()
The associated multiplier for the criterion_id. If set, this value cannot be 0.
optional double bid_modifier = 2;- Returns:
- The bidModifier.
-
-