Package com.google.openrtb
Interface OpenRtb.BidRequest.Imp.Pmp.DealOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Pmp.Deal>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.BidRequest.Imp.Pmp.Deal,OpenRtb.BidRequest.Imp.Pmp.Deal.Builder
- Enclosing class:
- OpenRtb.BidRequest.Imp.Pmp
public static interface OpenRtb.BidRequest.Imp.Pmp.DealOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Pmp.Deal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenRtb.AuctionTypegetAt()Optional override of the overall auction type of the bid request, where 1 = First Price, 2 = Second Price Plus, 3 = the value passed in bidfloor is the agreed upon deal price.doublegetBidfloor()Minimum bid for this impression expressed in CPM.StringgetBidfloorcur()Currency specified using ISO-4217 alpha codes.com.google.protobuf.ByteStringgetBidfloorcurBytes()Currency specified using ISO-4217 alpha codes.StringgetId()A unique identifier for the direct deal.com.google.protobuf.ByteStringgetIdBytes()A unique identifier for the direct deal.StringgetWadomain(int index)Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal.com.google.protobuf.ByteStringgetWadomainBytes(int index)Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal.intgetWadomainCount()Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal.List<String>getWadomainList()Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal.StringgetWseat(int index)Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal.com.google.protobuf.ByteStringgetWseatBytes(int index)Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal.intgetWseatCount()Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal.List<String>getWseatList()Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal.booleanhasAt()Optional override of the overall auction type of the bid request, where 1 = First Price, 2 = Second Price Plus, 3 = the value passed in bidfloor is the agreed upon deal price.booleanhasBidfloor()Minimum bid for this impression expressed in CPM.booleanhasBidfloorcur()Currency specified using ISO-4217 alpha codes.booleanhasId()A unique identifier for the direct deal.-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasId
boolean hasId()
A unique identifier for the direct deal. REQUIRED by the OpenRTB specification.
required string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()
A unique identifier for the direct deal. REQUIRED by the OpenRTB specification.
required string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
A unique identifier for the direct deal. REQUIRED by the OpenRTB specification.
required string id = 1;- Returns:
- The bytes for id.
-
hasBidfloor
boolean hasBidfloor()
Minimum bid for this impression expressed in CPM.
optional double bidfloor = 2 [default = 0];- Returns:
- Whether the bidfloor field is set.
-
getBidfloor
double getBidfloor()
Minimum bid for this impression expressed in CPM.
optional double bidfloor = 2 [default = 0];- Returns:
- The bidfloor.
-
hasBidfloorcur
boolean hasBidfloorcur()
Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned by bidder if this is allowed by the exchange.
optional string bidfloorcur = 3 [default = "USD"];- Returns:
- Whether the bidfloorcur field is set.
-
getBidfloorcur
String getBidfloorcur()
Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned by bidder if this is allowed by the exchange.
optional string bidfloorcur = 3 [default = "USD"];- Returns:
- The bidfloorcur.
-
getBidfloorcurBytes
com.google.protobuf.ByteString getBidfloorcurBytes()
Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned by bidder if this is allowed by the exchange.
optional string bidfloorcur = 3 [default = "USD"];- Returns:
- The bytes for bidfloorcur.
-
getWseatList
List<String> getWseatList()
Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal. IDs of seats and knowledge of the buyer's customers to which they refer must be coordinated between bidders and the exchange a priori. Omission implies no seat restrictions.
repeated string wseat = 4;- Returns:
- A list containing the wseat.
-
getWseatCount
int getWseatCount()
Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal. IDs of seats and knowledge of the buyer's customers to which they refer must be coordinated between bidders and the exchange a priori. Omission implies no seat restrictions.
repeated string wseat = 4;- Returns:
- The count of wseat.
-
getWseat
String getWseat(int index)
Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal. IDs of seats and knowledge of the buyer's customers to which they refer must be coordinated between bidders and the exchange a priori. Omission implies no seat restrictions.
repeated string wseat = 4;- Parameters:
index- The index of the element to return.- Returns:
- The wseat at the given index.
-
getWseatBytes
com.google.protobuf.ByteString getWseatBytes(int index)
Allowlist of buyer seats (e.g., advertisers, agencies) that can bid on this deal. IDs of seats and knowledge of the buyer's customers to which they refer must be coordinated between bidders and the exchange a priori. Omission implies no seat restrictions.
repeated string wseat = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the wseat at the given index.
-
getWadomainList
List<String> getWadomainList()
Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal. Omission implies no advertiser restrictions.
repeated string wadomain = 5;- Returns:
- A list containing the wadomain.
-
getWadomainCount
int getWadomainCount()
Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal. Omission implies no advertiser restrictions.
repeated string wadomain = 5;- Returns:
- The count of wadomain.
-
getWadomain
String getWadomain(int index)
Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal. Omission implies no advertiser restrictions.
repeated string wadomain = 5;- Parameters:
index- The index of the element to return.- Returns:
- The wadomain at the given index.
-
getWadomainBytes
com.google.protobuf.ByteString getWadomainBytes(int index)
Array of advertiser domains (e.g., advertiser.com) allowed to bid on this deal. Omission implies no advertiser restrictions.
repeated string wadomain = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the wadomain at the given index.
-
hasAt
boolean hasAt()
Optional override of the overall auction type of the bid request, where 1 = First Price, 2 = Second Price Plus, 3 = the value passed in bidfloor is the agreed upon deal price. Additional auction types can be defined by the exchange.
optional .com.google.openrtb.AuctionType at = 6;- Returns:
- Whether the at field is set.
-
getAt
OpenRtb.AuctionType getAt()
Optional override of the overall auction type of the bid request, where 1 = First Price, 2 = Second Price Plus, 3 = the value passed in bidfloor is the agreed upon deal price. Additional auction types can be defined by the exchange.
optional .com.google.openrtb.AuctionType at = 6;- Returns:
- The at.
-
-