public static interface BrxRtb095.BidResponse.SeatBidOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidResponse.Bid |
getBid(int index)
repeated .BidResponse.Bid bid = 1; |
int |
getBidCount()
repeated .BidResponse.Bid bid = 1; |
List<BrxRtb095.BidResponse.Bid> |
getBidList()
repeated .BidResponse.Bid bid = 1; |
BrxRtb095.BidResponse.BidOrBuilder |
getBidOrBuilder(int index)
repeated .BidResponse.Bid bid = 1; |
List<? extends BrxRtb095.BidResponse.BidOrBuilder> |
getBidOrBuilderList()
repeated .BidResponse.Bid bid = 1; |
boolean |
getGroup()
optional bool group = 3 [default = false]; |
String |
getSeat()
optional string seat = 2; |
com.google.protobuf.ByteString |
getSeatBytes()
optional string seat = 2; |
boolean |
hasGroup()
optional bool group = 3 [default = false]; |
boolean |
hasSeat()
optional string seat = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<BrxRtb095.BidResponse.Bid> getBidList()
repeated .BidResponse.Bid bid = 1;
An object to describe the winning bid for a given seat on the bidder’s platform. BRX currently only supports a single "seatbid" object in the bid response.
BrxRtb095.BidResponse.Bid getBid(int index)
repeated .BidResponse.Bid bid = 1;
An object to describe the winning bid for a given seat on the bidder’s platform. BRX currently only supports a single "seatbid" object in the bid response.
int getBidCount()
repeated .BidResponse.Bid bid = 1;
An object to describe the winning bid for a given seat on the bidder’s platform. BRX currently only supports a single "seatbid" object in the bid response.
List<? extends BrxRtb095.BidResponse.BidOrBuilder> getBidOrBuilderList()
repeated .BidResponse.Bid bid = 1;
An object to describe the winning bid for a given seat on the bidder’s platform. BRX currently only supports a single "seatbid" object in the bid response.
BrxRtb095.BidResponse.BidOrBuilder getBidOrBuilder(int index)
repeated .BidResponse.Bid bid = 1;
An object to describe the winning bid for a given seat on the bidder’s platform. BRX currently only supports a single "seatbid" object in the bid response.
boolean hasSeat()
optional string seat = 2;
ID of the bidder seat on whose behalf this bid is made
String getSeat()
optional string seat = 2;
ID of the bidder seat on whose behalf this bid is made
com.google.protobuf.ByteString getSeatBytes()
optional string seat = 2;
ID of the bidder seat on whose behalf this bid is made
boolean hasGroup()
optional bool group = 3 [default = false];
Indicates whether impressions must be won-lost as a group
boolean getGroup()
optional bool group = 3 [default = false];
Indicates whether impressions must be won-lost as a group