public static interface BrxRtb095.BidRequest.ContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.ContentCategory |
getCat(int index)
repeated .ContentCategory cat = 5; |
int |
getCatCount()
repeated .ContentCategory cat = 5; |
List<BrxRtb095.ContentCategory> |
getCatList()
repeated .ContentCategory cat = 5; |
String |
getContentrating()
optional string contentrating = 4; |
com.google.protobuf.ByteString |
getContentratingBytes()
optional string contentrating = 4; |
BrxRtb095.Context |
getContext()
optional .Context context = 7; |
BrxRtb095.State |
getEmbeddable()
optional .State embeddable = 10 [default = STATE_UNKNOWN]; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getKeywords()
optional string keywords = 6; |
com.google.protobuf.ByteString |
getKeywordsBytes()
optional string keywords = 6; |
String |
getLanguage()
optional string language = 11; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 11; |
int |
getLen()
optional int32 len = 8; |
BrxRtb095.Qagmediarating |
getQagmediarating()
optional .Qagmediarating qagmediarating = 9 [default = MATURITY_RATING_UNKNOWN]; |
String |
getTitle()
optional string title = 2; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 2; |
String |
getUrl()
optional string url = 3; |
com.google.protobuf.ByteString |
getUrlBytes()
optional string url = 3; |
boolean |
hasContentrating()
optional string contentrating = 4; |
boolean |
hasContext()
optional .Context context = 7; |
boolean |
hasEmbeddable()
optional .State embeddable = 10 [default = STATE_UNKNOWN]; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasKeywords()
optional string keywords = 6; |
boolean |
hasLanguage()
optional string language = 11; |
boolean |
hasLen()
optional int32 len = 8; |
boolean |
hasQagmediarating()
optional .Qagmediarating qagmediarating = 9 [default = MATURITY_RATING_UNKNOWN]; |
boolean |
hasTitle()
optional string title = 2; |
boolean |
hasUrl()
optional string url = 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 CONTENT OBJECT Child to "site" and "app" objects The content object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown. This object describes the content against which the impression will appear.
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 CONTENT OBJECT Child to "site" and "app" objects The content object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown. This object describes the content against which the impression will appear.
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 CONTENT OBJECT Child to "site" and "app" objects The content object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown. This object describes the content against which the impression will appear.
boolean hasTitle()
optional string title = 2;
Content title
String getTitle()
optional string title = 2;
Content title
com.google.protobuf.ByteString getTitleBytes()
optional string title = 2;
Content title
boolean hasUrl()
optional string url = 3;
Original URL of the content, for buy-side contextualization or review
String getUrl()
optional string url = 3;
Original URL of the content, for buy-side contextualization or review
com.google.protobuf.ByteString getUrlBytes()
optional string url = 3;
Original URL of the content, for buy-side contextualization or review
boolean hasContentrating()
optional string contentrating = 4;
Content rating (e.g., MPAA)
String getContentrating()
optional string contentrating = 4;
Content rating (e.g., MPAA)
com.google.protobuf.ByteString getContentratingBytes()
optional string contentrating = 4;
Content rating (e.g., MPAA)
List<BrxRtb095.ContentCategory> getCatList()
repeated .ContentCategory cat = 5;
IAB content categories for the content
int getCatCount()
repeated .ContentCategory cat = 5;
IAB content categories for the content
BrxRtb095.ContentCategory getCat(int index)
repeated .ContentCategory cat = 5;
IAB content categories for the content
boolean hasKeywords()
optional string keywords = 6;
List of comma separated keywords describing this app
String getKeywords()
optional string keywords = 6;
List of comma separated keywords describing this app
com.google.protobuf.ByteString getKeywordsBytes()
optional string keywords = 6;
List of comma separated keywords describing this app
boolean hasContext()
optional .Context context = 7;
Specifies the type of content
BrxRtb095.Context getContext()
optional .Context context = 7;
Specifies the type of content
boolean hasLen()
optional int32 len = 8;
Length of content (appropriate for video or audio) in seconds
int getLen()
optional int32 len = 8;
Length of content (appropriate for video or audio) in seconds
boolean hasQagmediarating()
optional .Qagmediarating qagmediarating = 9 [default = MATURITY_RATING_UNKNOWN];
Media rating of the content, per QAG guidelines
BrxRtb095.Qagmediarating getQagmediarating()
optional .Qagmediarating qagmediarating = 9 [default = MATURITY_RATING_UNKNOWN];
Media rating of the content, per QAG guidelines
boolean hasEmbeddable()
optional .State embeddable = 10 [default = STATE_UNKNOWN];
Can be content embedded or not (e.g., embeddable video player). Based on QAG Video Addendum.
BrxRtb095.State getEmbeddable()
optional .State embeddable = 10 [default = STATE_UNKNOWN];
Can be content embedded or not (e.g., embeddable video player). Based on QAG Video Addendum.
boolean hasLanguage()
optional string language = 11;
Language of the content using alpha-2/ISO 639-1 codes
String getLanguage()
optional string language = 11;
Language of the content using alpha-2/ISO 639-1 codes
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 11;
Language of the content using alpha-2/ISO 639-1 codes