public static final class OpenRtbProtobuf.Publisher extends com.google.protobuf.GeneratedMessageV3 implements OpenRtbProtobuf.PublisherOrBuilder
3.3.8 Publisher Object The publisher object itself and all of its parameters are optional, so default values are not provided. If an optional parameter is not specified, it should be considered unknown.Protobuf type
open_rtb.Publisher| Modifier and Type | Class and Description |
|---|---|
static class |
OpenRtbProtobuf.Publisher.Builder
3.3.8 Publisher Object
The publisher object itself and all of its parameters are optional, so default values are not provided.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CAT_FIELD_NUMBER |
static int |
DOMAIN_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
com.google.protobuf.ProtocolStringList |
getCatList()
Array of IAB content categories for the publisher.
|
static OpenRtbProtobuf.Publisher |
getDefaultInstance() |
OpenRtbProtobuf.Publisher |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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).
|
com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDomain()
Publisher’s highest level domain name, for example “foopub.com”.
|
int |
hashCode() |
boolean |
hasId()
Publisher ID on the exchange.
|
boolean |
hasName()
Publisher name (may be masked at publisher’s request).
|
boolean |
isInitialized() |
static OpenRtbProtobuf.Publisher.Builder |
newBuilder() |
static OpenRtbProtobuf.Publisher.Builder |
newBuilder(OpenRtbProtobuf.Publisher prototype) |
OpenRtbProtobuf.Publisher.Builder |
newBuilderForType() |
static OpenRtbProtobuf.Publisher |
parseDelimitedFrom(InputStream input) |
static OpenRtbProtobuf.Publisher |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Publisher |
parseFrom(byte[] data) |
static OpenRtbProtobuf.Publisher |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Publisher |
parseFrom(com.google.protobuf.ByteString data) |
static OpenRtbProtobuf.Publisher |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Publisher |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenRtbProtobuf.Publisher |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Publisher |
parseFrom(InputStream input) |
static OpenRtbProtobuf.Publisher |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> |
parser() |
OpenRtbProtobuf.Publisher.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int CAT_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
Publisher ID on the exchange.
optional string id = 1;hasId in interface OpenRtbProtobuf.PublisherOrBuilderpublic String getId()
Publisher ID on the exchange.
optional string id = 1;getId in interface OpenRtbProtobuf.PublisherOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Publisher ID on the exchange.
optional string id = 1;getIdBytes in interface OpenRtbProtobuf.PublisherOrBuilderpublic boolean hasName()
Publisher name (may be masked at publisher’s request).
optional string name = 2;hasName in interface OpenRtbProtobuf.PublisherOrBuilderpublic String getName()
Publisher name (may be masked at publisher’s request).
optional string name = 2;getName in interface OpenRtbProtobuf.PublisherOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Publisher name (may be masked at publisher’s request).
optional string name = 2;getNameBytes in interface OpenRtbProtobuf.PublisherOrBuilderpublic com.google.protobuf.ProtocolStringList getCatList()
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;getCatList in interface OpenRtbProtobuf.PublisherOrBuilderpublic int getCatCount()
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;getCatCount in interface OpenRtbProtobuf.PublisherOrBuilderpublic String getCat(int index)
Array of IAB content categories for the publisher. See Table 6.1 Content Categories.
repeated string cat = 3;getCat in interface OpenRtbProtobuf.PublisherOrBuilderpublic 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;getCatBytes in interface OpenRtbProtobuf.PublisherOrBuilderpublic boolean hasDomain()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;hasDomain in interface OpenRtbProtobuf.PublisherOrBuilderpublic String getDomain()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;getDomain in interface OpenRtbProtobuf.PublisherOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Publisher’s highest level domain name, for example “foopub.com”.
optional string domain = 4;getDomainBytes in interface OpenRtbProtobuf.PublisherOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OpenRtbProtobuf.Publisher parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Publisher parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Publisher parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Publisher parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpenRtbProtobuf.Publisher.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Publisher.Builder newBuilder()
public static OpenRtbProtobuf.Publisher.Builder newBuilder(OpenRtbProtobuf.Publisher prototype)
public OpenRtbProtobuf.Publisher.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Publisher getDefaultInstance()
public static com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> parser()
public com.google.protobuf.Parser<OpenRtbProtobuf.Publisher> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OpenRtbProtobuf.Publisher getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.