public static final class OpenRtbProtobuf.Producer extends com.google.protobuf.GeneratedMessageV3 implements OpenRtbProtobuf.ProducerOrBuilder
3.3.9 Producer Object The producer is useful when content where the ad is shown is syndicated, and may appear on a completely different publisher. The producer 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. This object is optional, but useful if the content producer is different from the site publisher.Protobuf type
open_rtb.Producer| Modifier and Type | Class and Description |
|---|---|
static class |
OpenRtbProtobuf.Producer.Builder
3.3.9 Producer Object
The producer is useful when content where the ad is shown is syndicated, and may appear on a completely different publisher.
|
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.Producer> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
com.google.protobuf.ProtocolStringList |
getCatList()
Array of IAB content categories for the content producer.
|
static OpenRtbProtobuf.Producer |
getDefaultInstance() |
OpenRtbProtobuf.Producer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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”).
|
com.google.protobuf.Parser<OpenRtbProtobuf.Producer> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDomain()
URL of the content producer.
|
int |
hashCode() |
boolean |
hasId()
Content producer or originator ID.
|
boolean |
hasName()
Content producer or originator name (e.g., “Warner Bros”).
|
boolean |
isInitialized() |
static OpenRtbProtobuf.Producer.Builder |
newBuilder() |
static OpenRtbProtobuf.Producer.Builder |
newBuilder(OpenRtbProtobuf.Producer prototype) |
OpenRtbProtobuf.Producer.Builder |
newBuilderForType() |
static OpenRtbProtobuf.Producer |
parseDelimitedFrom(InputStream input) |
static OpenRtbProtobuf.Producer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Producer |
parseFrom(byte[] data) |
static OpenRtbProtobuf.Producer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Producer |
parseFrom(com.google.protobuf.ByteString data) |
static OpenRtbProtobuf.Producer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Producer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenRtbProtobuf.Producer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Producer |
parseFrom(InputStream input) |
static OpenRtbProtobuf.Producer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpenRtbProtobuf.Producer> |
parser() |
OpenRtbProtobuf.Producer.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.Producer> 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()
Content producer or originator ID. Useful if content is syndicated, and may be posted on a site using embed tags.
optional string id = 1;hasId in interface OpenRtbProtobuf.ProducerOrBuilderpublic 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;getId in interface OpenRtbProtobuf.ProducerOrBuilderpublic 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;getIdBytes in interface OpenRtbProtobuf.ProducerOrBuilderpublic boolean hasName()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;hasName in interface OpenRtbProtobuf.ProducerOrBuilderpublic String getName()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;getName in interface OpenRtbProtobuf.ProducerOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Content producer or originator name (e.g., “Warner Bros”).
optional string name = 2;getNameBytes in interface OpenRtbProtobuf.ProducerOrBuilderpublic com.google.protobuf.ProtocolStringList getCatList()
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;getCatList in interface OpenRtbProtobuf.ProducerOrBuilderpublic int getCatCount()
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;getCatCount in interface OpenRtbProtobuf.ProducerOrBuilderpublic String getCat(int index)
Array of IAB content categories for the content producer. See Table 6.1 Content Categories.
repeated string cat = 3;getCat in interface OpenRtbProtobuf.ProducerOrBuilderpublic 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;getCatBytes in interface OpenRtbProtobuf.ProducerOrBuilderpublic boolean hasDomain()
URL of the content producer.
optional string domain = 4;hasDomain in interface OpenRtbProtobuf.ProducerOrBuilderpublic String getDomain()
URL of the content producer.
optional string domain = 4;getDomain in interface OpenRtbProtobuf.ProducerOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
URL of the content producer.
optional string domain = 4;getDomainBytes in interface OpenRtbProtobuf.ProducerOrBuilderpublic 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.Producer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Producer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Producer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Producer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Producer parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Producer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Producer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Producer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Producer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Producer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpenRtbProtobuf.Producer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Producer.Builder newBuilder()
public static OpenRtbProtobuf.Producer.Builder newBuilder(OpenRtbProtobuf.Producer prototype)
public OpenRtbProtobuf.Producer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Producer getDefaultInstance()
public static com.google.protobuf.Parser<OpenRtbProtobuf.Producer> parser()
public com.google.protobuf.Parser<OpenRtbProtobuf.Producer> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OpenRtbProtobuf.Producer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.