public static interface BrxRtb095.BidRequest.ImpOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidRequest.Banner |
getBanner()
optional .BidRequest.Banner banner = 2; |
BrxRtb095.BidRequest.BannerOrBuilder |
getBannerOrBuilder()
optional .BidRequest.Banner banner = 2; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
boolean |
getInstl()
optional bool instl = 4; |
BrxRtb095.BidRequest.Video |
getVideo()
optional .BidRequest.Video video = 3; |
BrxRtb095.BidRequest.VideoOrBuilder |
getVideoOrBuilder()
optional .BidRequest.Video video = 3; |
boolean |
hasBanner()
optional .BidRequest.Banner banner = 2; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasInstl()
optional bool instl = 4; |
boolean |
hasVideo()
optional .BidRequest.Video video = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 IMPRESSION OBJECT Child to BidRequest object The “imp” object describes the ad position or impression being auctioned.
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 IMPRESSION OBJECT Child to BidRequest object The “imp” object describes the ad position or impression being auctioned.
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 IMPRESSION OBJECT Child to BidRequest object The “imp” object describes the ad position or impression being auctioned.
boolean hasBanner()
optional .BidRequest.Banner banner = 2;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
BrxRtb095.BidRequest.Banner getBanner()
optional .BidRequest.Banner banner = 2;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
BrxRtb095.BidRequest.BannerOrBuilder getBannerOrBuilder()
optional .BidRequest.Banner banner = 2;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
boolean hasVideo()
optional .BidRequest.Video video = 3;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
BrxRtb095.BidRequest.Video getVideo()
optional .BidRequest.Video video = 3;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
BrxRtb095.BidRequest.VideoOrBuilder getVideoOrBuilder()
optional .BidRequest.Video video = 3;
Either a banner or video object (or both if the impression could be either) must be included in an impression object.
boolean hasInstl()
optional bool instl = 4;
Defines if the ad is interstitial or full screen
boolean getInstl()
optional bool instl = 4;
Defines if the ad is interstitial or full screen