public static interface BrxRtb095.BidRequest.AppOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBundle()
optional string bundle = 10; |
com.google.protobuf.ByteString |
getBundleBytes()
optional string bundle = 10; |
BrxRtb095.ContentCategory |
getCat(int index)
repeated .ContentCategory cat = 4; |
int |
getCatCount()
repeated .ContentCategory cat = 4; |
List<BrxRtb095.ContentCategory> |
getCatList()
repeated .ContentCategory cat = 4; |
BrxRtb095.BidRequest.Content |
getContent()
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.ContentOrBuilder |
getContentOrBuilder()
optional .BidRequest.Content content = 13; |
String |
getDomain()
optional string domain = 3; |
com.google.protobuf.ByteString |
getDomainBytes()
optional string domain = 3; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getKeywords()
optional string keywords = 11; |
com.google.protobuf.ByteString |
getKeywordsBytes()
optional string keywords = 11; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
BrxRtb095.ContentCategory |
getPagecat(int index)
repeated .ContentCategory pagecat = 6; |
int |
getPagecatCount()
repeated .ContentCategory pagecat = 6; |
List<BrxRtb095.ContentCategory> |
getPagecatList()
repeated .ContentCategory pagecat = 6; |
BrxRtb095.State |
getPaid()
optional .State paid = 9 [default = STATE_UNKNOWN]; |
BrxRtb095.State |
getPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN]; |
BrxRtb095.BidRequest.Publisher |
getPublisher()
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.BidRequest.PublisherOrBuilder |
getPublisherOrBuilder()
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.ContentCategory |
getSectioncat(int index)
repeated .ContentCategory sectioncat = 5; |
int |
getSectioncatCount()
repeated .ContentCategory sectioncat = 5; |
List<BrxRtb095.ContentCategory> |
getSectioncatList()
repeated .ContentCategory sectioncat = 5; |
String |
getStoreurl()
optional string storeurl = 12; |
com.google.protobuf.ByteString |
getStoreurlBytes()
optional string storeurl = 12; |
String |
getVer()
optional string ver = 8; |
com.google.protobuf.ByteString |
getVerBytes()
optional string ver = 8; |
boolean |
hasBundle()
optional string bundle = 10; |
boolean |
hasContent()
optional .BidRequest.Content content = 13; |
boolean |
hasDomain()
optional string domain = 3; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasKeywords()
optional string keywords = 11; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasPaid()
optional .State paid = 9 [default = STATE_UNKNOWN]; |
boolean |
hasPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN]; |
boolean |
hasPublisher()
optional .BidRequest.Publisher publisher = 14; |
boolean |
hasStoreurl()
optional string storeurl = 12; |
boolean |
hasVer()
optional string ver = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 APP OBJECT An “app” object should be included if the ad supported content is part of an application (e.g., mobile app) as opposed to a website. A bid request must not contain both an “app” object and a “site” object. The app object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 APP OBJECT An “app” object should be included if the ad supported content is part of an application (e.g., mobile app) as opposed to a website. A bid request must not contain both an “app” object and a “site” object. The app object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 APP OBJECT An “app” object should be included if the ad supported content is part of an application (e.g., mobile app) as opposed to a website. A bid request must not contain both an “app” object and a “site” object. The app object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown
boolean hasName()
optional string name = 2;
Application name (may be masked at publisher’s request).
String getName()
optional string name = 2;
Application name (may be masked at publisher’s request).
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
Application name (may be masked at publisher’s request).
boolean hasDomain()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
String getDomain()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
com.google.protobuf.ByteString getDomainBytes()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
List<BrxRtb095.ContentCategory> getCatList()
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
int getCatCount()
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
BrxRtb095.ContentCategory getCat(int index)
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
List<BrxRtb095.ContentCategory> getSectioncatList()
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
int getSectioncatCount()
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
BrxRtb095.ContentCategory getSectioncat(int index)
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
List<BrxRtb095.ContentCategory> getPagecatList()
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
int getPagecatCount()
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
BrxRtb095.ContentCategory getPagecat(int index)
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
boolean hasPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
BrxRtb095.State getPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
boolean hasVer()
optional string ver = 8;
Application version
String getVer()
optional string ver = 8;
Application version
com.google.protobuf.ByteString getVerBytes()
optional string ver = 8;
Application version
boolean hasPaid()
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
BrxRtb095.State getPaid()
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
boolean hasBundle()
optional string bundle = 10;
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges
String getBundle()
optional string bundle = 10;
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges
com.google.protobuf.ByteString getBundleBytes()
optional string bundle = 10;
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges
boolean hasKeywords()
optional string keywords = 11;
List of comma separated keywords describing this app
String getKeywords()
optional string keywords = 11;
List of comma separated keywords describing this app
com.google.protobuf.ByteString getKeywordsBytes()
optional string keywords = 11;
List of comma separated keywords describing this app
boolean hasStoreurl()
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
String getStoreurl()
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
com.google.protobuf.ByteString getStoreurlBytes()
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
boolean hasContent()
optional .BidRequest.Content content = 13;
Object describing contents of the app
BrxRtb095.BidRequest.Content getContent()
optional .BidRequest.Content content = 13;
Object describing contents of the app
BrxRtb095.BidRequest.ContentOrBuilder getContentOrBuilder()
optional .BidRequest.Content content = 13;
Object describing contents of the app
boolean hasPublisher()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
BrxRtb095.BidRequest.Publisher getPublisher()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
BrxRtb095.BidRequest.PublisherOrBuilder getPublisherOrBuilder()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher