public static interface BrxRtb095.BidRequest.BannerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.Api |
getApi(int index)
repeated .Api api = 6; |
int |
getApiCount()
repeated .Api api = 6; |
List<BrxRtb095.Api> |
getApiList()
repeated .Api api = 6; |
BrxRtb095.BidRequest.Banner.BanExt |
getExt()
optional .BidRequest.Banner.BanExt ext = 7; |
BrxRtb095.BidRequest.Banner.BanExtOrBuilder |
getExtOrBuilder()
optional .BidRequest.Banner.BanExt ext = 7; |
int |
getH()
optional int32 h = 3; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
BrxRtb095.Mimes |
getMimes(int index)
repeated .Mimes mimes = 5; |
int |
getMimesCount()
repeated .Mimes mimes = 5; |
List<BrxRtb095.Mimes> |
getMimesList()
repeated .Mimes mimes = 5; |
BrxRtb095.Pos |
getPos()
optional .Pos pos = 4; |
int |
getW()
optional int32 w = 2; |
boolean |
hasExt()
optional .BidRequest.Banner.BanExt ext = 7; |
boolean |
hasH()
optional int32 h = 3; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasPos()
optional .Pos pos = 4; |
boolean |
hasW()
optional int32 w = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 BANNER OBJECT Child to "imp" object for a banner opportunity Child to a "video" object as a companion opportunity A "banner" object must be included as a child of the "imp" object for display or rich media opportunities Both "video" and "banner" objects may be includedd as children of the "imp" object if the opportunity may be described as a banner or video impression
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 BANNER OBJECT Child to "imp" object for a banner opportunity Child to a "video" object as a companion opportunity A "banner" object must be included as a child of the "imp" object for display or rich media opportunities Both "video" and "banner" objects may be includedd as children of the "imp" object if the opportunity may be described as a banner or video impression
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 BANNER OBJECT Child to "imp" object for a banner opportunity Child to a "video" object as a companion opportunity A "banner" object must be included as a child of the "imp" object for display or rich media opportunities Both "video" and "banner" objects may be includedd as children of the "imp" object if the opportunity may be described as a banner or video impression
boolean hasW()
optional int32 w = 2;
Width of the impression in pixels. Since some ad types are not restricted by size this field is not required, but it’s highly recommended that this information be included when possible.
int getW()
optional int32 w = 2;
Width of the impression in pixels. Since some ad types are not restricted by size this field is not required, but it’s highly recommended that this information be included when possible.
boolean hasH()
optional int32 h = 3;
Height of the impression in pixels. Since some ad types are not restricted by size this field is not required, but it’s highly recommended that this information be included when possible.
int getH()
optional int32 h = 3;
Height of the impression in pixels. Since some ad types are not restricted by size this field is not required, but it’s highly recommended that this information be included when possible.
boolean hasPos()
optional .Pos pos = 4;
Ad position
BrxRtb095.Pos getPos()
optional .Pos pos = 4;
Ad position
List<BrxRtb095.Mimes> getMimesList()
repeated .Mimes mimes = 5;
Content MIME types supported
int getMimesCount()
repeated .Mimes mimes = 5;
Content MIME types supported
BrxRtb095.Mimes getMimes(int index)
repeated .Mimes mimes = 5;
Content MIME types supported
List<BrxRtb095.Api> getApiList()
repeated .Api api = 6;
List of supported API frameworks for this banner impression
int getApiCount()
repeated .Api api = 6;
List of supported API frameworks for this banner impression
BrxRtb095.Api getApi(int index)
repeated .Api api = 6;
List of supported API frameworks for this banner impression
boolean hasExt()
optional .BidRequest.Banner.BanExt ext = 7;
Custom BRX extensions for this banner object
BrxRtb095.BidRequest.Banner.BanExt getExt()
optional .BidRequest.Banner.BanExt ext = 7;
Custom BRX extensions for this banner object
BrxRtb095.BidRequest.Banner.BanExtOrBuilder getExtOrBuilder()
optional .BidRequest.Banner.BanExt ext = 7;
Custom BRX extensions for this banner object