public static interface BrxRtb095.BidRequest.ExtOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.InventoryClass |
getInventoryClass()
optional .InventoryClass inventory_class = 11 [default = INVENTORYCLASS_UNKNOWN]; |
boolean |
getIsFacebook()
optional bool is_facebook = 6; |
boolean |
getIsFullscreenexpandable()
optional bool is_fullscreenexpandable = 5; |
BrxRtb095.State |
getIsIncentivized()
optional .State is_incentivized = 7 [default = STATE_UNKNOWN]; |
boolean |
getIsPing()
optional bool is_ping = 2; |
BrxRtb095.State |
getIsSkippable()
optional .State is_skippable = 3 [default = STATE_UNKNOWN]; |
BrxRtb095.State |
getIsSyndicated()
optional .State is_syndicated = 8 [default = STATE_UNKNOWN]; |
boolean |
getIsTest()
optional bool is_test = 1; |
BrxRtb095.State |
getIsUgc()
optional .State is_ugc = 9 [default = STATE_UNKNOWN]; |
int |
getMaxWrapperRedirects()
optional int32 max_wrapper_redirects = 10; |
int |
getSkipOffset()
optional int32 skip_offset = 4; |
boolean |
hasInventoryClass()
optional .InventoryClass inventory_class = 11 [default = INVENTORYCLASS_UNKNOWN]; |
boolean |
hasIsFacebook()
optional bool is_facebook = 6; |
boolean |
hasIsFullscreenexpandable()
optional bool is_fullscreenexpandable = 5; |
boolean |
hasIsIncentivized()
optional .State is_incentivized = 7 [default = STATE_UNKNOWN]; |
boolean |
hasIsPing()
optional bool is_ping = 2; |
boolean |
hasIsSkippable()
optional .State is_skippable = 3 [default = STATE_UNKNOWN]; |
boolean |
hasIsSyndicated()
optional .State is_syndicated = 8 [default = STATE_UNKNOWN]; |
boolean |
hasIsTest()
optional bool is_test = 1; |
boolean |
hasIsUgc()
optional .State is_ugc = 9 [default = STATE_UNKNOWN]; |
boolean |
hasMaxWrapperRedirects()
optional int32 max_wrapper_redirects = 10; |
boolean |
hasSkipOffset()
optional int32 skip_offset = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIsTest()
optional bool is_test = 1;
Custom BRX extension to the bid request
boolean getIsTest()
optional bool is_test = 1;
Custom BRX extension to the bid request
boolean hasIsPing()
optional bool is_ping = 2;
If true, bidder must respond with an HTTP 204 no content response as soon as possible without any ad decisioning
boolean getIsPing()
optional bool is_ping = 2;
If true, bidder must respond with an HTTP 204 no content response as soon as possible without any ad decisioning
boolean hasIsSkippable()
optional .State is_skippable = 3 [default = STATE_UNKNOWN];
Defines whether the inventory is skippable or not
BrxRtb095.State getIsSkippable()
optional .State is_skippable = 3 [default = STATE_UNKNOWN];
Defines whether the inventory is skippable or not
boolean hasSkipOffset()
optional int32 skip_offset = 4;
If the inventory is skippable, what is the offset
int getSkipOffset()
optional int32 skip_offset = 4;
If the inventory is skippable, what is the offset
boolean hasIsFullscreenexpandable()
optional bool is_fullscreenexpandable = 5;
Is the ad expandable to fullscreen -- used for iPad expandable inventory
boolean getIsFullscreenexpandable()
optional bool is_fullscreenexpandable = 5;
Is the ad expandable to fullscreen -- used for iPad expandable inventory
boolean hasIsFacebook()
optional bool is_facebook = 6;
Indicates if this a Facebook placement. If ad is to be delivered to Facebook inventory, users must be able to provide feedback on your ad as stated in the Facebook terms and conditions
boolean getIsFacebook()
optional bool is_facebook = 6;
Indicates if this a Facebook placement. If ad is to be delivered to Facebook inventory, users must be able to provide feedback on your ad as stated in the Facebook terms and conditions
boolean hasIsIncentivized()
optional .State is_incentivized = 7 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to incentivized inventory
BrxRtb095.State getIsIncentivized()
optional .State is_incentivized = 7 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to incentivized inventory
boolean hasIsSyndicated()
optional .State is_syndicated = 8 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to syndicated inventory
BrxRtb095.State getIsSyndicated()
optional .State is_syndicated = 8 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to syndicated inventory
boolean hasIsUgc()
optional .State is_ugc = 9 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to inventory with user generated content
BrxRtb095.State getIsUgc()
optional .State is_ugc = 9 [default = STATE_UNKNOWN];
Indicates if the impression is delivered to inventory with user generated content
boolean hasMaxWrapperRedirects()
optional int32 max_wrapper_redirects = 10;
Maximum number of wrapper redirects allowed for your ad (initially, BRX will default to 1 -- longer term this will be dynamic based on publisher capabilities)
int getMaxWrapperRedirects()
optional int32 max_wrapper_redirects = 10;
Maximum number of wrapper redirects allowed for your ad (initially, BRX will default to 1 -- longer term this will be dynamic based on publisher capabilities)
boolean hasInventoryClass()
optional .InventoryClass inventory_class = 11 [default = INVENTORYCLASS_UNKNOWN];
Inventory class as defined by BRX
BrxRtb095.InventoryClass getInventoryClass()
optional .InventoryClass inventory_class = 11 [default = INVENTORYCLASS_UNKNOWN];
Inventory class as defined by BRX