public static interface OpenRtbProtobuf.SeatBidOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OpenRtbProtobuf.Bid |
getBid(int index)
Array of bid objects; each bid object relates to an imp object in the bid request.
|
int |
getBidCount()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
List<OpenRtbProtobuf.Bid> |
getBidList()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
OpenRtbProtobuf.BidOrBuilder |
getBidOrBuilder(int index)
Array of bid objects; each bid object relates to an imp object in the bid request.
|
List<? extends OpenRtbProtobuf.BidOrBuilder> |
getBidOrBuilderList()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
int |
getGroup()
“1” means impressions must be won-lost as a group; default is “0”.
|
String |
getSeat()
ID of the bidder seat on whose behalf this bid is made.
|
com.google.protobuf.ByteString |
getSeatBytes()
ID of the bidder seat on whose behalf this bid is made.
|
boolean |
hasGroup()
“1” means impressions must be won-lost as a group; default is “0”.
|
boolean |
hasSeat()
ID of the bidder seat on whose behalf this bid is made.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<OpenRtbProtobuf.Bid> getBidList()
Array of bid objects; each bid object relates to an imp object in the bid request. Note that, if supported by an exchange, one imp object can have many bid objects.
repeated .open_rtb.Bid bid = 1;OpenRtbProtobuf.Bid getBid(int index)
Array of bid objects; each bid object relates to an imp object in the bid request. Note that, if supported by an exchange, one imp object can have many bid objects.
repeated .open_rtb.Bid bid = 1;int getBidCount()
Array of bid objects; each bid object relates to an imp object in the bid request. Note that, if supported by an exchange, one imp object can have many bid objects.
repeated .open_rtb.Bid bid = 1;List<? extends OpenRtbProtobuf.BidOrBuilder> getBidOrBuilderList()
Array of bid objects; each bid object relates to an imp object in the bid request. Note that, if supported by an exchange, one imp object can have many bid objects.
repeated .open_rtb.Bid bid = 1;OpenRtbProtobuf.BidOrBuilder getBidOrBuilder(int index)
Array of bid objects; each bid object relates to an imp object in the bid request. Note that, if supported by an exchange, one imp object can have many bid objects.
repeated .open_rtb.Bid bid = 1;boolean hasSeat()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;String getSeat()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;com.google.protobuf.ByteString getSeatBytes()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;boolean hasGroup()
“1” means impressions must be won-lost as a group; default is “0”.
optional uint32 group = 3;int getGroup()
“1” means impressions must be won-lost as a group; default is “0”.
optional uint32 group = 3;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.