public static final class BrxRtb095.BidRequest.App.Builder extends com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder> implements BrxRtb095.BidRequest.AppOrBuilder
BidRequest.App
Modifier and Type | Field and Description |
---|---|
private int |
bitField0_ |
private Object |
bundle_ |
private List<BrxRtb095.ContentCategory> |
cat_ |
private BrxRtb095.BidRequest.Content |
content_ |
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Content,BrxRtb095.BidRequest.Content.Builder,BrxRtb095.BidRequest.ContentOrBuilder> |
contentBuilder_ |
private Object |
domain_ |
private Object |
id_ |
private Object |
keywords_ |
private Object |
name_ |
private List<BrxRtb095.ContentCategory> |
pagecat_ |
private BrxRtb095.State |
paid_ |
private BrxRtb095.State |
privacypolicy_ |
private BrxRtb095.BidRequest.Publisher |
publisher_ |
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Publisher,BrxRtb095.BidRequest.Publisher.Builder,BrxRtb095.BidRequest.PublisherOrBuilder> |
publisherBuilder_ |
private List<BrxRtb095.ContentCategory> |
sectioncat_ |
private Object |
storeurl_ |
private Object |
ver_ |
Modifier | Constructor and Description |
---|---|
private |
Builder() |
private |
Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidRequest.App.Builder |
addAllCat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory cat = 4; |
BrxRtb095.BidRequest.App.Builder |
addAllPagecat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory pagecat = 6; |
BrxRtb095.BidRequest.App.Builder |
addAllSectioncat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory sectioncat = 5; |
BrxRtb095.BidRequest.App.Builder |
addCat(BrxRtb095.ContentCategory value)
repeated .ContentCategory cat = 4; |
BrxRtb095.BidRequest.App.Builder |
addPagecat(BrxRtb095.ContentCategory value)
repeated .ContentCategory pagecat = 6; |
BrxRtb095.BidRequest.App.Builder |
addSectioncat(BrxRtb095.ContentCategory value)
repeated .ContentCategory sectioncat = 5; |
BrxRtb095.BidRequest.App |
build() |
BrxRtb095.BidRequest.App |
buildPartial() |
BrxRtb095.BidRequest.App.Builder |
clear() |
BrxRtb095.BidRequest.App.Builder |
clearBundle()
optional string bundle = 10; |
BrxRtb095.BidRequest.App.Builder |
clearCat()
repeated .ContentCategory cat = 4; |
BrxRtb095.BidRequest.App.Builder |
clearContent()
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.App.Builder |
clearDomain()
optional string domain = 3; |
BrxRtb095.BidRequest.App.Builder |
clearId()
optional string id = 1; |
BrxRtb095.BidRequest.App.Builder |
clearKeywords()
optional string keywords = 11; |
BrxRtb095.BidRequest.App.Builder |
clearName()
optional string name = 2; |
BrxRtb095.BidRequest.App.Builder |
clearPagecat()
repeated .ContentCategory pagecat = 6; |
BrxRtb095.BidRequest.App.Builder |
clearPaid()
optional .State paid = 9 [default = STATE_UNKNOWN]; |
BrxRtb095.BidRequest.App.Builder |
clearPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN]; |
BrxRtb095.BidRequest.App.Builder |
clearPublisher()
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.BidRequest.App.Builder |
clearSectioncat()
repeated .ContentCategory sectioncat = 5; |
BrxRtb095.BidRequest.App.Builder |
clearStoreurl()
optional string storeurl = 12; |
BrxRtb095.BidRequest.App.Builder |
clearVer()
optional string ver = 8; |
BrxRtb095.BidRequest.App.Builder |
clone() |
private static BrxRtb095.BidRequest.App.Builder |
create() |
private void |
ensureCatIsMutable() |
private void |
ensurePagecatIsMutable() |
private void |
ensureSectioncatIsMutable() |
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.Content.Builder |
getContentBuilder()
optional .BidRequest.Content content = 13; |
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Content,BrxRtb095.BidRequest.Content.Builder,BrxRtb095.BidRequest.ContentOrBuilder> |
getContentFieldBuilder()
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.ContentOrBuilder |
getContentOrBuilder()
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.App |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Publisher.Builder |
getPublisherBuilder()
optional .BidRequest.Publisher publisher = 14; |
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Publisher,BrxRtb095.BidRequest.Publisher.Builder,BrxRtb095.BidRequest.PublisherOrBuilder> |
getPublisherFieldBuilder()
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
private void |
maybeForceBuilderInitialization() |
BrxRtb095.BidRequest.App.Builder |
mergeContent(BrxRtb095.BidRequest.Content value)
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.App.Builder |
mergeFrom(BrxRtb095.BidRequest.App other) |
BrxRtb095.BidRequest.App.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BrxRtb095.BidRequest.App.Builder |
mergeFrom(com.google.protobuf.Message other) |
BrxRtb095.BidRequest.App.Builder |
mergePublisher(BrxRtb095.BidRequest.Publisher value)
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.BidRequest.App.Builder |
setBundle(String value)
optional string bundle = 10; |
BrxRtb095.BidRequest.App.Builder |
setBundleBytes(com.google.protobuf.ByteString value)
optional string bundle = 10; |
BrxRtb095.BidRequest.App.Builder |
setCat(int index,
BrxRtb095.ContentCategory value)
repeated .ContentCategory cat = 4; |
BrxRtb095.BidRequest.App.Builder |
setContent(BrxRtb095.BidRequest.Content.Builder builderForValue)
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.App.Builder |
setContent(BrxRtb095.BidRequest.Content value)
optional .BidRequest.Content content = 13; |
BrxRtb095.BidRequest.App.Builder |
setDomain(String value)
optional string domain = 3; |
BrxRtb095.BidRequest.App.Builder |
setDomainBytes(com.google.protobuf.ByteString value)
optional string domain = 3; |
BrxRtb095.BidRequest.App.Builder |
setId(String value)
optional string id = 1; |
BrxRtb095.BidRequest.App.Builder |
setIdBytes(com.google.protobuf.ByteString value)
optional string id = 1; |
BrxRtb095.BidRequest.App.Builder |
setKeywords(String value)
optional string keywords = 11; |
BrxRtb095.BidRequest.App.Builder |
setKeywordsBytes(com.google.protobuf.ByteString value)
optional string keywords = 11; |
BrxRtb095.BidRequest.App.Builder |
setName(String value)
optional string name = 2; |
BrxRtb095.BidRequest.App.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
BrxRtb095.BidRequest.App.Builder |
setPagecat(int index,
BrxRtb095.ContentCategory value)
repeated .ContentCategory pagecat = 6; |
BrxRtb095.BidRequest.App.Builder |
setPaid(BrxRtb095.State value)
optional .State paid = 9 [default = STATE_UNKNOWN]; |
BrxRtb095.BidRequest.App.Builder |
setPrivacypolicy(BrxRtb095.State value)
optional .State privacypolicy = 7 [default = STATE_UNKNOWN]; |
BrxRtb095.BidRequest.App.Builder |
setPublisher(BrxRtb095.BidRequest.Publisher.Builder builderForValue)
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.BidRequest.App.Builder |
setPublisher(BrxRtb095.BidRequest.Publisher value)
optional .BidRequest.Publisher publisher = 14; |
BrxRtb095.BidRequest.App.Builder |
setSectioncat(int index,
BrxRtb095.ContentCategory value)
repeated .ContentCategory sectioncat = 5; |
BrxRtb095.BidRequest.App.Builder |
setStoreurl(String value)
optional string storeurl = 12; |
BrxRtb095.BidRequest.App.Builder |
setStoreurlBytes(com.google.protobuf.ByteString value)
optional string storeurl = 12; |
BrxRtb095.BidRequest.App.Builder |
setVer(String value)
optional string ver = 8; |
BrxRtb095.BidRequest.App.Builder |
setVerBytes(com.google.protobuf.ByteString value)
optional string ver = 8; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
private int bitField0_
private Object id_
private Object name_
private Object domain_
private List<BrxRtb095.ContentCategory> cat_
private List<BrxRtb095.ContentCategory> sectioncat_
private List<BrxRtb095.ContentCategory> pagecat_
private BrxRtb095.State privacypolicy_
private Object ver_
private BrxRtb095.State paid_
private Object bundle_
private Object keywords_
private Object storeurl_
private BrxRtb095.BidRequest.Content content_
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Content,BrxRtb095.BidRequest.Content.Builder,BrxRtb095.BidRequest.ContentOrBuilder> contentBuilder_
private BrxRtb095.BidRequest.Publisher publisher_
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Publisher,BrxRtb095.BidRequest.Publisher.Builder,BrxRtb095.BidRequest.PublisherOrBuilder> publisherBuilder_
private Builder()
private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder>
private void maybeForceBuilderInitialization()
private static BrxRtb095.BidRequest.App.Builder create()
public BrxRtb095.BidRequest.App.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder>
public BrxRtb095.BidRequest.App.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder>
public BrxRtb095.BidRequest.App getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BrxRtb095.BidRequest.App build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BrxRtb095.BidRequest.App buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BrxRtb095.BidRequest.App.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BrxRtb095.BidRequest.App.Builder>
public BrxRtb095.BidRequest.App.Builder mergeFrom(BrxRtb095.BidRequest.App other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<BrxRtb095.BidRequest.App.Builder>
public BrxRtb095.BidRequest.App.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BrxRtb095.BidRequest.App.Builder>
IOException
public 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
hasId
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getId
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getIdBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setId(String value)
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
public BrxRtb095.BidRequest.App.Builder clearId()
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
public BrxRtb095.BidRequest.App.Builder setIdBytes(com.google.protobuf.ByteString value)
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
public boolean hasName()
optional string name = 2;
Application name (may be masked at publisher’s request).
hasName
in interface BrxRtb095.BidRequest.AppOrBuilder
public String getName()
optional string name = 2;
Application name (may be masked at publisher’s request).
getName
in interface BrxRtb095.BidRequest.AppOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
Application name (may be masked at publisher’s request).
getNameBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setName(String value)
optional string name = 2;
Application name (may be masked at publisher’s request).
public BrxRtb095.BidRequest.App.Builder clearName()
optional string name = 2;
Application name (may be masked at publisher’s request).
public BrxRtb095.BidRequest.App.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;
Application name (may be masked at publisher’s request).
public boolean hasDomain()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
hasDomain
in interface BrxRtb095.BidRequest.AppOrBuilder
public String getDomain()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
getDomain
in interface BrxRtb095.BidRequest.AppOrBuilder
public com.google.protobuf.ByteString getDomainBytes()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
getDomainBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setDomain(String value)
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
public BrxRtb095.BidRequest.App.Builder clearDomain()
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
public BrxRtb095.BidRequest.App.Builder setDomainBytes(com.google.protobuf.ByteString value)
optional string domain = 3;
Domain of the application (e.g., “mygame.foo.com”)
private void ensureCatIsMutable()
public List<BrxRtb095.ContentCategory> getCatList()
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
getCatList
in interface BrxRtb095.BidRequest.AppOrBuilder
public int getCatCount()
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
getCatCount
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.ContentCategory getCat(int index)
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
getCat
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setCat(int index, BrxRtb095.ContentCategory value)
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
public BrxRtb095.BidRequest.App.Builder addCat(BrxRtb095.ContentCategory value)
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
public BrxRtb095.BidRequest.App.Builder addAllCat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
public BrxRtb095.BidRequest.App.Builder clearCat()
repeated .ContentCategory cat = 4;
IAB content categories for the overall application
private void ensureSectioncatIsMutable()
public List<BrxRtb095.ContentCategory> getSectioncatList()
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
getSectioncatList
in interface BrxRtb095.BidRequest.AppOrBuilder
public int getSectioncatCount()
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
getSectioncatCount
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.ContentCategory getSectioncat(int index)
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
getSectioncat
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setSectioncat(int index, BrxRtb095.ContentCategory value)
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
public BrxRtb095.BidRequest.App.Builder addSectioncat(BrxRtb095.ContentCategory value)
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
public BrxRtb095.BidRequest.App.Builder addAllSectioncat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
public BrxRtb095.BidRequest.App.Builder clearSectioncat()
repeated .ContentCategory sectioncat = 5;
IAB content categories for the current subsection of the app
private void ensurePagecatIsMutable()
public List<BrxRtb095.ContentCategory> getPagecatList()
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
getPagecatList
in interface BrxRtb095.BidRequest.AppOrBuilder
public int getPagecatCount()
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
getPagecatCount
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.ContentCategory getPagecat(int index)
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
getPagecat
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setPagecat(int index, BrxRtb095.ContentCategory value)
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
public BrxRtb095.BidRequest.App.Builder addPagecat(BrxRtb095.ContentCategory value)
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
public BrxRtb095.BidRequest.App.Builder addAllPagecat(Iterable<? extends BrxRtb095.ContentCategory> values)
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
public BrxRtb095.BidRequest.App.Builder clearPagecat()
repeated .ContentCategory pagecat = 6;
IAB content categories for the current page/view of the app
public boolean hasPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
hasPrivacypolicy
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.State getPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
getPrivacypolicy
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setPrivacypolicy(BrxRtb095.State value)
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
public BrxRtb095.BidRequest.App.Builder clearPrivacypolicy()
optional .State privacypolicy = 7 [default = STATE_UNKNOWN];
Specifies whether the app has a privacy policy
public boolean hasVer()
optional string ver = 8;
Application version
hasVer
in interface BrxRtb095.BidRequest.AppOrBuilder
public String getVer()
optional string ver = 8;
Application version
getVer
in interface BrxRtb095.BidRequest.AppOrBuilder
public com.google.protobuf.ByteString getVerBytes()
optional string ver = 8;
Application version
getVerBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setVer(String value)
optional string ver = 8;
Application version
public BrxRtb095.BidRequest.App.Builder clearVer()
optional string ver = 8;
Application version
public BrxRtb095.BidRequest.App.Builder setVerBytes(com.google.protobuf.ByteString value)
optional string ver = 8;
Application version
public boolean hasPaid()
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
hasPaid
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.State getPaid()
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
getPaid
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setPaid(BrxRtb095.State value)
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
public BrxRtb095.BidRequest.App.Builder clearPaid()
optional .State paid = 9 [default = STATE_UNKNOWN];
Specified whether the app is a paid app (no = free)
public 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
hasBundle
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getBundle
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getBundleBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setBundle(String value)
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
public BrxRtb095.BidRequest.App.Builder clearBundle()
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
public BrxRtb095.BidRequest.App.Builder setBundleBytes(com.google.protobuf.ByteString value)
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
public boolean hasKeywords()
optional string keywords = 11;
List of comma separated keywords describing this app
hasKeywords
in interface BrxRtb095.BidRequest.AppOrBuilder
public String getKeywords()
optional string keywords = 11;
List of comma separated keywords describing this app
getKeywords
in interface BrxRtb095.BidRequest.AppOrBuilder
public com.google.protobuf.ByteString getKeywordsBytes()
optional string keywords = 11;
List of comma separated keywords describing this app
getKeywordsBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setKeywords(String value)
optional string keywords = 11;
List of comma separated keywords describing this app
public BrxRtb095.BidRequest.App.Builder clearKeywords()
optional string keywords = 11;
List of comma separated keywords describing this app
public BrxRtb095.BidRequest.App.Builder setKeywordsBytes(com.google.protobuf.ByteString value)
optional string keywords = 11;
List of comma separated keywords describing this app
public 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
hasStoreurl
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getStoreurl
in interface BrxRtb095.BidRequest.AppOrBuilder
public 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
getStoreurlBytes
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setStoreurl(String value)
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
public BrxRtb095.BidRequest.App.Builder clearStoreurl()
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
public BrxRtb095.BidRequest.App.Builder setStoreurlBytes(com.google.protobuf.ByteString value)
optional string storeurl = 12;
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request
public boolean hasContent()
optional .BidRequest.Content content = 13;
Object describing contents of the app
hasContent
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.Content getContent()
optional .BidRequest.Content content = 13;
Object describing contents of the app
getContent
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setContent(BrxRtb095.BidRequest.Content value)
optional .BidRequest.Content content = 13;
Object describing contents of the app
public BrxRtb095.BidRequest.App.Builder setContent(BrxRtb095.BidRequest.Content.Builder builderForValue)
optional .BidRequest.Content content = 13;
Object describing contents of the app
public BrxRtb095.BidRequest.App.Builder mergeContent(BrxRtb095.BidRequest.Content value)
optional .BidRequest.Content content = 13;
Object describing contents of the app
public BrxRtb095.BidRequest.App.Builder clearContent()
optional .BidRequest.Content content = 13;
Object describing contents of the app
public BrxRtb095.BidRequest.Content.Builder getContentBuilder()
optional .BidRequest.Content content = 13;
Object describing contents of the app
public BrxRtb095.BidRequest.ContentOrBuilder getContentOrBuilder()
optional .BidRequest.Content content = 13;
Object describing contents of the app
getContentOrBuilder
in interface BrxRtb095.BidRequest.AppOrBuilder
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Content,BrxRtb095.BidRequest.Content.Builder,BrxRtb095.BidRequest.ContentOrBuilder> getContentFieldBuilder()
optional .BidRequest.Content content = 13;
Object describing contents of the app
public boolean hasPublisher()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
hasPublisher
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.Publisher getPublisher()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
getPublisher
in interface BrxRtb095.BidRequest.AppOrBuilder
public BrxRtb095.BidRequest.App.Builder setPublisher(BrxRtb095.BidRequest.Publisher value)
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
public BrxRtb095.BidRequest.App.Builder setPublisher(BrxRtb095.BidRequest.Publisher.Builder builderForValue)
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
public BrxRtb095.BidRequest.App.Builder mergePublisher(BrxRtb095.BidRequest.Publisher value)
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
public BrxRtb095.BidRequest.App.Builder clearPublisher()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
public BrxRtb095.BidRequest.Publisher.Builder getPublisherBuilder()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
public BrxRtb095.BidRequest.PublisherOrBuilder getPublisherOrBuilder()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher
getPublisherOrBuilder
in interface BrxRtb095.BidRequest.AppOrBuilder
private com.google.protobuf.SingleFieldBuilder<BrxRtb095.BidRequest.Publisher,BrxRtb095.BidRequest.Publisher.Builder,BrxRtb095.BidRequest.PublisherOrBuilder> getPublisherFieldBuilder()
optional .BidRequest.Publisher publisher = 14;
Object describing the app publisher