public static final class OpenRtbProtobuf.Data extends com.google.protobuf.GeneratedMessageV3 implements OpenRtbProtobuf.DataOrBuilder
3.3.13 Data Object The data and segment objects together allow data about the user to be passed to bidders in the bid request. This data may be from multiple sources (e.g., the exchange itself, third party providers) as specified by the data object ID field. A bid request can mix data objects from multiple providers. The data 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.Data| Modifier and Type | Class and Description |
|---|---|
static class |
OpenRtbProtobuf.Data.Builder
3.3.13 Data Object
The data and segment objects together allow data about the user to be passed to bidders in the bid request.
|
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 |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<OpenRtbProtobuf.Data> |
PARSER
Deprecated.
|
static int |
SEGMENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static OpenRtbProtobuf.Data |
getDefaultInstance() |
OpenRtbProtobuf.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
Exchange specific ID for the data provider.
|
com.google.protobuf.ByteString |
getIdBytes()
Exchange specific ID for the data provider.
|
String |
getName()
Data provider name.
|
com.google.protobuf.ByteString |
getNameBytes()
Data provider name.
|
com.google.protobuf.Parser<OpenRtbProtobuf.Data> |
getParserForType() |
OpenRtbProtobuf.Segment |
getSegment(int index)
Array of segment objects.
|
int |
getSegmentCount()
Array of segment objects.
|
List<OpenRtbProtobuf.Segment> |
getSegmentList()
Array of segment objects.
|
OpenRtbProtobuf.SegmentOrBuilder |
getSegmentOrBuilder(int index)
Array of segment objects.
|
List<? extends OpenRtbProtobuf.SegmentOrBuilder> |
getSegmentOrBuilderList()
Array of segment objects.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasId()
Exchange specific ID for the data provider.
|
boolean |
hasName()
Data provider name.
|
boolean |
isInitialized() |
static OpenRtbProtobuf.Data.Builder |
newBuilder() |
static OpenRtbProtobuf.Data.Builder |
newBuilder(OpenRtbProtobuf.Data prototype) |
OpenRtbProtobuf.Data.Builder |
newBuilderForType() |
static OpenRtbProtobuf.Data |
parseDelimitedFrom(InputStream input) |
static OpenRtbProtobuf.Data |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Data |
parseFrom(byte[] data) |
static OpenRtbProtobuf.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Data |
parseFrom(com.google.protobuf.ByteString data) |
static OpenRtbProtobuf.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenRtbProtobuf.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Data |
parseFrom(InputStream input) |
static OpenRtbProtobuf.Data |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpenRtbProtobuf.Data> |
parser() |
OpenRtbProtobuf.Data.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 SEGMENT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OpenRtbProtobuf.Data> 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()
Exchange specific ID for the data provider.
optional string id = 1;hasId in interface OpenRtbProtobuf.DataOrBuilderpublic String getId()
Exchange specific ID for the data provider.
optional string id = 1;getId in interface OpenRtbProtobuf.DataOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Exchange specific ID for the data provider.
optional string id = 1;getIdBytes in interface OpenRtbProtobuf.DataOrBuilderpublic boolean hasName()
Data provider name.
optional string name = 2;hasName in interface OpenRtbProtobuf.DataOrBuilderpublic String getName()
Data provider name.
optional string name = 2;getName in interface OpenRtbProtobuf.DataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Data provider name.
optional string name = 2;getNameBytes in interface OpenRtbProtobuf.DataOrBuilderpublic List<OpenRtbProtobuf.Segment> getSegmentList()
Array of segment objects.
repeated .open_rtb.Segment segment = 3;getSegmentList in interface OpenRtbProtobuf.DataOrBuilderpublic List<? extends OpenRtbProtobuf.SegmentOrBuilder> getSegmentOrBuilderList()
Array of segment objects.
repeated .open_rtb.Segment segment = 3;getSegmentOrBuilderList in interface OpenRtbProtobuf.DataOrBuilderpublic int getSegmentCount()
Array of segment objects.
repeated .open_rtb.Segment segment = 3;getSegmentCount in interface OpenRtbProtobuf.DataOrBuilderpublic OpenRtbProtobuf.Segment getSegment(int index)
Array of segment objects.
repeated .open_rtb.Segment segment = 3;getSegment in interface OpenRtbProtobuf.DataOrBuilderpublic OpenRtbProtobuf.SegmentOrBuilder getSegmentOrBuilder(int index)
Array of segment objects.
repeated .open_rtb.Segment segment = 3;getSegmentOrBuilder in interface OpenRtbProtobuf.DataOrBuilderpublic 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.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Data parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Data parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Data parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Data parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Data parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Data parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpenRtbProtobuf.Data.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Data.Builder newBuilder()
public static OpenRtbProtobuf.Data.Builder newBuilder(OpenRtbProtobuf.Data prototype)
public OpenRtbProtobuf.Data.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Data getDefaultInstance()
public static com.google.protobuf.Parser<OpenRtbProtobuf.Data> parser()
public com.google.protobuf.Parser<OpenRtbProtobuf.Data> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OpenRtbProtobuf.Data getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.