public static final class OpenRtbProtobuf.SeatBid extends com.google.protobuf.GeneratedMessageV3 implements OpenRtbProtobuf.SeatBidOrBuilder
4.3.2 Seat Bid Object A bid response can contain multiple “seatbid” objects, each on behalf of a different bidder seat. Since a bid request can include multiple impressions, each “seatbid” object can contain multiple bids each pertaining to a different impression on behalf of a seat. Thus, each “bid” object must include the impression ID to which it pertains as well as the bid price. The “group” attribute can be used to specify if a seat is willing to accept any impressions that it can win (default) or if it is only interested in winning any if it can win them all (i.e., all or nothing).Protobuf type
open_rtb.SeatBid| Modifier and Type | Class and Description |
|---|---|
static class |
OpenRtbProtobuf.SeatBid.Builder
4.3.2 Seat Bid Object
A bid response can contain multiple “seatbid” objects, each on behalf of a different bidder seat.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BID_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> |
PARSER
Deprecated.
|
static int |
SEAT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static OpenRtbProtobuf.SeatBid |
getDefaultInstance() |
OpenRtbProtobuf.SeatBid |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getGroup()
“1” means impressions must be won-lost as a group; default is “0”.
|
com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGroup()
“1” means impressions must be won-lost as a group; default is “0”.
|
int |
hashCode() |
boolean |
hasSeat()
ID of the bidder seat on whose behalf this bid is made.
|
boolean |
isInitialized() |
static OpenRtbProtobuf.SeatBid.Builder |
newBuilder() |
static OpenRtbProtobuf.SeatBid.Builder |
newBuilder(OpenRtbProtobuf.SeatBid prototype) |
OpenRtbProtobuf.SeatBid.Builder |
newBuilderForType() |
static OpenRtbProtobuf.SeatBid |
parseDelimitedFrom(InputStream input) |
static OpenRtbProtobuf.SeatBid |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.SeatBid |
parseFrom(byte[] data) |
static OpenRtbProtobuf.SeatBid |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.SeatBid |
parseFrom(com.google.protobuf.ByteString data) |
static OpenRtbProtobuf.SeatBid |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.SeatBid |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenRtbProtobuf.SeatBid |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.SeatBid |
parseFrom(InputStream input) |
static OpenRtbProtobuf.SeatBid |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> |
parser() |
OpenRtbProtobuf.SeatBid.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int BID_FIELD_NUMBER
public static final int SEAT_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public List<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;getBidList in interface OpenRtbProtobuf.SeatBidOrBuilderpublic 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;getBidOrBuilderList in interface OpenRtbProtobuf.SeatBidOrBuilderpublic 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;getBidCount in interface OpenRtbProtobuf.SeatBidOrBuilderpublic 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;getBid in interface OpenRtbProtobuf.SeatBidOrBuilderpublic 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;getBidOrBuilder in interface OpenRtbProtobuf.SeatBidOrBuilderpublic boolean hasSeat()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;hasSeat in interface OpenRtbProtobuf.SeatBidOrBuilderpublic String getSeat()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;getSeat in interface OpenRtbProtobuf.SeatBidOrBuilderpublic com.google.protobuf.ByteString getSeatBytes()
ID of the bidder seat on whose behalf this bid is made.
optional string seat = 2;getSeatBytes in interface OpenRtbProtobuf.SeatBidOrBuilderpublic boolean hasGroup()
“1” means impressions must be won-lost as a group; default is “0”.
optional uint32 group = 3;hasGroup in interface OpenRtbProtobuf.SeatBidOrBuilderpublic int getGroup()
“1” means impressions must be won-lost as a group; default is “0”.
optional uint32 group = 3;getGroup in interface OpenRtbProtobuf.SeatBidOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OpenRtbProtobuf.SeatBid parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.SeatBid parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.SeatBid parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.SeatBid parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpenRtbProtobuf.SeatBid.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.SeatBid.Builder newBuilder()
public static OpenRtbProtobuf.SeatBid.Builder newBuilder(OpenRtbProtobuf.SeatBid prototype)
public OpenRtbProtobuf.SeatBid.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.SeatBid getDefaultInstance()
public static com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> parser()
public com.google.protobuf.Parser<OpenRtbProtobuf.SeatBid> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OpenRtbProtobuf.SeatBid getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.