public static interface OpenRtbProtobuf.ProducerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCat(int index)
Array of IAB content categories for the content producer.
|
com.google.protobuf.ByteString |
getCatBytes(int index)
Array of IAB content categories for the content producer.
|
int |
getCatCount()
Array of IAB content categories for the content producer.
|
List<String> |
getCatList()
Array of IAB content categories for the content producer.
|
String |
getDomain()
URL of the content producer.
|
com.google.protobuf.ByteString |
getDomainBytes()
URL of the content producer.
|
String |
getId()
Content producer or originator ID.
|
com.google.protobuf.ByteString |
getIdBytes()
Content producer or originator ID.
|
String |
getName()
Content producer or originator name (e.g., “Warner Bros”).
|
com.google.protobuf.ByteString |
getNameBytes()
Content producer or originator name (e.g., “Warner Bros”).
|
boolean |
hasDomain()
URL of the content producer.
|
boolean |
hasId()
Content producer or originator ID.
|
boolean |
hasName()
Content producer or originator name (e.g., “Warner Bros”).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Content producer or originator ID. Useful if content is syndicated, and may be posted on a site using embed tags.
optional string id = 1;String getId()
Content producer or originator ID. Useful if content is syndicated, and may be posted on a site using embed tags.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Content producer or originator ID. Useful if content is syndicated, and may be posted on a site using embed tags.
optional string id = 1;boolean hasName()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;String getName()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;List<String> getCatList()
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;int getCatCount()
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;String getCat(int index)
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;com.google.protobuf.ByteString getCatBytes(int index)
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;boolean hasDomain()
URL of the content producer.
optional string domain = 4;String getDomain()
URL of the content producer.
optional string domain = 4;com.google.protobuf.ByteString getDomainBytes()
URL of the content producer.
optional string domain = 4;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.