public static interface BrxRtb095.BidRequest.PublisherOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BrxRtb095.ContentCategory |
getCat()
optional .ContentCategory cat = 3 [default = IAB0]; |
String |
getDomain()
optional string domain = 4; |
com.google.protobuf.ByteString |
getDomainBytes()
optional string domain = 4; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasCat()
optional .ContentCategory cat = 3 [default = IAB0]; |
boolean |
hasDomain()
optional string domain = 4; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 PUBLISHER OBJECT Child to Site and App objects
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 PUBLISHER OBJECT Child to Site and App objects
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 PUBLISHER OBJECT Child to Site and App objects
boolean hasName()
optional string name = 2;
Publisher name (may be masked at publisher’s request).
String getName()
optional string name = 2;
Publisher name (may be masked at publisher’s request).
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
Publisher name (may be masked at publisher’s request).
boolean hasCat()
optional .ContentCategory cat = 3 [default = IAB0];
IAB content categories for the publisher
BrxRtb095.ContentCategory getCat()
optional .ContentCategory cat = 3 [default = IAB0];
IAB content categories for the publisher
boolean hasDomain()
optional string domain = 4;
Publisher’s highest level domain name, for example “foopub.com”.
String getDomain()
optional string domain = 4;
Publisher’s highest level domain name, for example “foopub.com”.
com.google.protobuf.ByteString getDomainBytes()
optional string domain = 4;
Publisher’s highest level domain name, for example “foopub.com”.