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

    Modifier and Type
    Method
    Description
    double
    The associated multiplier for the criterion_id.
    The resource name of the geo location to target.
    com.google.protobuf.ByteString
    The resource name of the geo location to target.
    boolean
    The associated multiplier for the criterion_id.

    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 Details

    • getGeoTargetConstant

      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.