public static interface OpenRtbProtobuf.PublisherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCat(int index)
Array of IAB content categories for the publisher.
|
com.google.protobuf.ByteString |
getCatBytes(int index)
Array of IAB content categories for the publisher.
|
int |
getCatCount()
Array of IAB content categories for the publisher.
|
List<String> |
getCatList()
Array of IAB content categories for the publisher.
|
String |
getDomain()
Publisher’s highest level domain name, for example “foopub.com”.
|
com.google.protobuf.ByteString |
getDomainBytes()
Publisher’s highest level domain name, for example “foopub.com”.
|
String |
getId()
Publisher ID on the exchange.
|
com.google.protobuf.ByteString |
getIdBytes()
Publisher ID on the exchange.
|
String |
getName()
Publisher name (may be masked at publisher’s request).
|
com.google.protobuf.ByteString |
getNameBytes()
Publisher name (may be masked at publisher’s request).
|
boolean |
hasDomain()
Publisher’s highest level domain name, for example “foopub.com”.
|
boolean |
hasId()
Publisher ID on the exchange.
|
boolean |
hasName()
Publisher name (may be masked at publisher’s request).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Publisher ID on the exchange.
optional string id = 1;String getId()
Publisher ID on the exchange.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Publisher ID on the exchange.
optional string id = 1;boolean hasName()
Publisher name (may be masked at publisher’s request).
optional string name = 2;String getName()
Publisher name (may be masked at publisher’s request).
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Publisher name (may be masked at publisher’s request).
optional string name = 2;List<String> getCatList()
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;int getCatCount()
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;String getCat(int index)
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;com.google.protobuf.ByteString getCatBytes(int index)
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;boolean hasDomain()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;String getDomain()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;com.google.protobuf.ByteString getDomainBytes()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.