Package com.google.doubleclick
Interface AdxExt.ImpExt.OpenBiddingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.ImpExt.OpenBidding,AdxExt.ImpExt.OpenBidding.Builder
- Enclosing class:
- AdxExt.ImpExt
public static interface AdxExt.ImpExt.OpenBiddingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIsOpenBidding()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.booleanhasIsOpenBidding()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.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.
-
-