public static interface BrxRtb095.BidRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidRequest.App |
getApp()
optional .BidRequest.App app = 8; |
BrxRtb095.BidRequest.AppOrBuilder |
getAppOrBuilder()
optional .BidRequest.App app = 8; |
String |
getBadv(int index)
repeated string badv = 5; |
com.google.protobuf.ByteString |
getBadvBytes(int index)
repeated string badv = 5; |
int |
getBadvCount()
repeated string badv = 5; |
com.google.protobuf.ProtocolStringList |
getBadvList()
repeated string badv = 5; |
BrxRtb095.ContentCategory |
getBcat(int index)
repeated .ContentCategory bcat = 4; |
int |
getBcatCount()
repeated .ContentCategory bcat = 4; |
List<BrxRtb095.ContentCategory> |
getBcatList()
repeated .ContentCategory bcat = 4; |
BrxRtb095.BidRequest.Device |
getDevice()
optional .BidRequest.Device device = 9; |
BrxRtb095.BidRequest.DeviceOrBuilder |
getDeviceOrBuilder()
optional .BidRequest.Device device = 9; |
BrxRtb095.BidRequest.Ext |
getExt()
optional .BidRequest.Ext ext = 11; |
BrxRtb095.BidRequest.ExtOrBuilder |
getExtOrBuilder()
optional .BidRequest.Ext ext = 11; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
BrxRtb095.BidRequest.Imp |
getImp()
optional .BidRequest.Imp imp = 6; |
BrxRtb095.BidRequest.ImpOrBuilder |
getImpOrBuilder()
optional .BidRequest.Imp imp = 6; |
BrxRtb095.BidRequest.Site |
getSite()
optional .BidRequest.Site site = 7; |
BrxRtb095.BidRequest.SiteOrBuilder |
getSiteOrBuilder()
optional .BidRequest.Site site = 7; |
int |
getTmax()
optional int32 tmax = 2; |
BrxRtb095.BidRequest.User |
getUser()
optional .BidRequest.User user = 10; |
BrxRtb095.BidRequest.UserOrBuilder |
getUserOrBuilder()
optional .BidRequest.User user = 10; |
String |
getWseat(int index)
repeated string wseat = 3; |
com.google.protobuf.ByteString |
getWseatBytes(int index)
repeated string wseat = 3; |
int |
getWseatCount()
repeated string wseat = 3; |
com.google.protobuf.ProtocolStringList |
getWseatList()
repeated string wseat = 3; |
boolean |
hasApp()
optional .BidRequest.App app = 8; |
boolean |
hasDevice()
optional .BidRequest.Device device = 9; |
boolean |
hasExt()
optional .BidRequest.Ext ext = 11; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasImp()
optional .BidRequest.Imp imp = 6; |
boolean |
hasSite()
optional .BidRequest.Site site = 7; |
boolean |
hasTmax()
optional int32 tmax = 2; |
boolean |
hasUser()
optional .BidRequest.User user = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 BID REQUEST OBJECT Parent object for the bid request
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 BID REQUEST OBJECT Parent object for the bid request
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 BID REQUEST OBJECT Parent object for the bid request
boolean hasTmax()
optional int32 tmax = 2;
Maximum amount of time in milliseconds to submit a bid
int getTmax()
optional int32 tmax = 2;
Maximum amount of time in milliseconds to submit a bid
com.google.protobuf.ProtocolStringList getWseatList()
repeated string wseat = 3;
Array of buyer seats allowed to bid on this auction
int getWseatCount()
repeated string wseat = 3;
Array of buyer seats allowed to bid on this auction
String getWseat(int index)
repeated string wseat = 3;
Array of buyer seats allowed to bid on this auction
com.google.protobuf.ByteString getWseatBytes(int index)
repeated string wseat = 3;
Array of buyer seats allowed to bid on this auction
List<BrxRtb095.ContentCategory> getBcatList()
repeated .ContentCategory bcat = 4;
Blocked Advertiser Categories. Per Open RTB: Note that there is no existing categorization / taxonomy of advertiser industries. However, as a substitute exchanges may decide to use IAB categories as an approximation.
int getBcatCount()
repeated .ContentCategory bcat = 4;
Blocked Advertiser Categories. Per Open RTB: Note that there is no existing categorization / taxonomy of advertiser industries. However, as a substitute exchanges may decide to use IAB categories as an approximation.
BrxRtb095.ContentCategory getBcat(int index)
repeated .ContentCategory bcat = 4;
Blocked Advertiser Categories. Per Open RTB: Note that there is no existing categorization / taxonomy of advertiser industries. However, as a substitute exchanges may decide to use IAB categories as an approximation.
com.google.protobuf.ProtocolStringList getBadvList()
repeated string badv = 5;
Blocked top-level domains of advertisers.
int getBadvCount()
repeated string badv = 5;
Blocked top-level domains of advertisers.
String getBadv(int index)
repeated string badv = 5;
Blocked top-level domains of advertisers.
com.google.protobuf.ByteString getBadvBytes(int index)
repeated string badv = 5;
Blocked top-level domains of advertisers.
boolean hasImp()
optional .BidRequest.Imp imp = 6;
Impression object
BrxRtb095.BidRequest.Imp getImp()
optional .BidRequest.Imp imp = 6;
Impression object
BrxRtb095.BidRequest.ImpOrBuilder getImpOrBuilder()
optional .BidRequest.Imp imp = 6;
Impression object
boolean hasSite()
optional .BidRequest.Site site = 7;
Site object -- typically included for websites. Either a site or app object may be included – not both. Neither is required.
BrxRtb095.BidRequest.Site getSite()
optional .BidRequest.Site site = 7;
Site object -- typically included for websites. Either a site or app object may be included – not both. Neither is required.
BrxRtb095.BidRequest.SiteOrBuilder getSiteOrBuilder()
optional .BidRequest.Site site = 7;
Site object -- typically included for websites. Either a site or app object may be included – not both. Neither is required.
boolean hasApp()
optional .BidRequest.App app = 8;
App object -- typically included for native apps. Either a site or app object may be included – not both. Neither is required.
BrxRtb095.BidRequest.App getApp()
optional .BidRequest.App app = 8;
App object -- typically included for native apps. Either a site or app object may be included – not both. Neither is required.
BrxRtb095.BidRequest.AppOrBuilder getAppOrBuilder()
optional .BidRequest.App app = 8;
App object -- typically included for native apps. Either a site or app object may be included – not both. Neither is required.
boolean hasDevice()
optional .BidRequest.Device device = 9;
This object describes the device the ad impression will be delivered to (e.g., mobile phone, computer, set top box, etc.) and its capabilities .
BrxRtb095.BidRequest.Device getDevice()
optional .BidRequest.Device device = 9;
This object describes the device the ad impression will be delivered to (e.g., mobile phone, computer, set top box, etc.) and its capabilities .
BrxRtb095.BidRequest.DeviceOrBuilder getDeviceOrBuilder()
optional .BidRequest.Device device = 9;
This object describes the device the ad impression will be delivered to (e.g., mobile phone, computer, set top box, etc.) and its capabilities .
boolean hasUser()
optional .BidRequest.User user = 10;
This object describes the user, and may include unique identifiers for the user.
BrxRtb095.BidRequest.User getUser()
optional .BidRequest.User user = 10;
This object describes the user, and may include unique identifiers for the user.
BrxRtb095.BidRequest.UserOrBuilder getUserOrBuilder()
optional .BidRequest.User user = 10;
This object describes the user, and may include unique identifiers for the user.
boolean hasExt()
optional .BidRequest.Ext ext = 11;
This object contains custom BRX extensions to the bid request
BrxRtb095.BidRequest.Ext getExt()
optional .BidRequest.Ext ext = 11;
This object contains custom BRX extensions to the bid request
BrxRtb095.BidRequest.ExtOrBuilder getExtOrBuilder()
optional .BidRequest.Ext ext = 11;
This object contains custom BRX extensions to the bid request