Interface AdxExt.ImpExt.OpenBiddingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsOpenBidding()
      This field is set to true if the publisher set up a yield group or a mediation group that targets this adslot and this bidder.
      boolean hasIsOpenBidding()
      This field is set to true if the publisher set up a yield group or a mediation group that targets this adslot and this bidder.
      • 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

      • hasIsOpenBidding

        boolean hasIsOpenBidding()
         This field is set to true if the publisher set up a yield group or a
         mediation group that targets this adslot and this bidder. See
         https://support.google.com/admanager/answer/7128453 for information on
         Open Bidding and its effects on the bidding process.
         
        optional bool is_open_bidding = 2;
        Returns:
        Whether the isOpenBidding field is set.
      • getIsOpenBidding

        boolean getIsOpenBidding()
         This field is set to true if the publisher set up a yield group or a
         mediation group that targets this adslot and this bidder. See
         https://support.google.com/admanager/answer/7128453 for information on
         Open Bidding and its effects on the bidding process.
         
        optional bool is_open_bidding = 2;
        Returns:
        The isOpenBidding.