public static interface BrxRtb095.BidResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBidid()
optional string bidid = 2; |
com.google.protobuf.ByteString |
getBididBytes()
optional string bidid = 2; |
String |
getCur()
optional string cur = 4; |
com.google.protobuf.ByteString |
getCurBytes()
optional string cur = 4; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
BrxRtb095.BidResponse.SeatBid |
getSeatbid(int index)
repeated .BidResponse.SeatBid seatbid = 3; |
int |
getSeatbidCount()
repeated .BidResponse.SeatBid seatbid = 3; |
List<BrxRtb095.BidResponse.SeatBid> |
getSeatbidList()
repeated .BidResponse.SeatBid seatbid = 3; |
BrxRtb095.BidResponse.SeatBidOrBuilder |
getSeatbidOrBuilder(int index)
repeated .BidResponse.SeatBid seatbid = 3; |
List<? extends BrxRtb095.BidResponse.SeatBidOrBuilder> |
getSeatbidOrBuilderList()
repeated .BidResponse.SeatBid seatbid = 3; |
boolean |
hasBidid()
optional string bidid = 2; |
boolean |
hasCur()
optional string cur = 4; |
boolean |
hasId()
optional string id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
The top-level bid response object is defined below. The “id” attribute is a reflection of the bid request ID for logging purposes. Similarly, “bidid” is an optional response tracking ID for bidders. If specified, it can be included in the subsequent win notice call if the bidder wins. At least one “seatbid” object is required, which contains a bid on at least one impression. Other attributes are optional since an exchange may establish default values. IMPORTANT: No-Bids on all impressions should be indicated as a HTTP 204 response IMPORTANT: Please refer to BRX's PDF documentation for details on required and optional parameters in the bid response
String getId()
optional string id = 1;
The top-level bid response object is defined below. The “id” attribute is a reflection of the bid request ID for logging purposes. Similarly, “bidid” is an optional response tracking ID for bidders. If specified, it can be included in the subsequent win notice call if the bidder wins. At least one “seatbid” object is required, which contains a bid on at least one impression. Other attributes are optional since an exchange may establish default values. IMPORTANT: No-Bids on all impressions should be indicated as a HTTP 204 response IMPORTANT: Please refer to BRX's PDF documentation for details on required and optional parameters in the bid response
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
The top-level bid response object is defined below. The “id” attribute is a reflection of the bid request ID for logging purposes. Similarly, “bidid” is an optional response tracking ID for bidders. If specified, it can be included in the subsequent win notice call if the bidder wins. At least one “seatbid” object is required, which contains a bid on at least one impression. Other attributes are optional since an exchange may establish default values. IMPORTANT: No-Bids on all impressions should be indicated as a HTTP 204 response IMPORTANT: Please refer to BRX's PDF documentation for details on required and optional parameters in the bid response
boolean hasBidid()
optional string bidid = 2;
Bidder's bid ID
String getBidid()
optional string bidid = 2;
Bidder's bid ID
com.google.protobuf.ByteString getBididBytes()
optional string bidid = 2;
Bidder's bid ID
List<BrxRtb095.BidResponse.SeatBid> getSeatbidList()
repeated .BidResponse.SeatBid seatbid = 3;
Seat bid object
BrxRtb095.BidResponse.SeatBid getSeatbid(int index)
repeated .BidResponse.SeatBid seatbid = 3;
Seat bid object
int getSeatbidCount()
repeated .BidResponse.SeatBid seatbid = 3;
Seat bid object
List<? extends BrxRtb095.BidResponse.SeatBidOrBuilder> getSeatbidOrBuilderList()
repeated .BidResponse.SeatBid seatbid = 3;
Seat bid object
BrxRtb095.BidResponse.SeatBidOrBuilder getSeatbidOrBuilder(int index)
repeated .BidResponse.SeatBid seatbid = 3;
Seat bid object
boolean hasCur()
optional string cur = 4;
BRX only supports USD -- return a value of "USD"
String getCur()
optional string cur = 4;
BRX only supports USD -- return a value of "USD"
com.google.protobuf.ByteString getCurBytes()
optional string cur = 4;
BRX only supports USD -- return a value of "USD"